I'm trying to use the Childbrowser plugin in Phonegap Build. I have a few problems:
- For iOS, I can only get it to work using PG2.0. Switching to PG2.1 makes it defunct.
- For Android, the same code that worked for iOS and PG2.0 does not work at all.
From config.xml:
<preference name="phonegap-version" value="2.0.0" />
<gap:plugin name="ChildBrowser" /> <!-- latest release -->
I have used the Javascript API as described in https://github.com/alunny/ChildBrowser/blob/master/README.md
Ref: https://build.phonegap.com/docs/plugins
Any ideas or suggestions?