Hi
I'm building an app(targets ios & android) for which i need to use the child browser plugin
but I'm unable to understand what all files should i include in the www folder so that the plugin works on both ios and android.
basically how to create successful build for both android and ios using the child browser plugin.
thanks
-
hi
I need to use the child browser plugin in my app(targets ios &
android).
What i don't understand is what all files must be include in my www
folder in order to make the plugin work on both ios and android.
basically what all is needed to create a successful build for android
and ios.
Thanks
This reply was created from a merged topic originally titled
PhoneGap Build:Child Browser Plugin. -
-
If you're using PhoneGap Build (build.phonegap.com), include the following line in your config.xml
<feature name="http://plugins.phonegap.com/ChildBrowser/2.0.0" />
and then include the JavaScript file
<script src="phonegap.js"></script>
<script src="childbrowser.js"></script>
You do not need to include either the phonegap.js or childbrowser.js files in your upload - those are added at build time by PhoneGap Build.- view 2 more comments
-
-
-
Thanks, that worked.
As an aside, I had no phonegap-version preference in my config.xml file so it should have been defaulting to 1.5.0, but it wasn't. It was using 1.4.1. -
-
The PhoneGap version is set when your app is created - if your app is created at 1.4.1, you have to manually change it to update it.
-
-
-
-
Loading Profile...


Twitter,
Facebook, or email.

