-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for iOS 6.1and Cordova 3.0.0 (CLI installation) #36
base: master
Are you sure you want to change the base?
Conversation
Objective-C update.
With this, you call the plugin like: window.plugins.ChildBrowser.showWebPage([url], [options]); Care: the main thread isn't started in background. |
@alunny please have a look at YmagynSAS#1 too, I resumed @YmagynSAS's work on 3.0.x compatibility issues and got android working. I think it's safe to merge these changes now. |
The change looks good, but if there are PhoneGap Build apps depending on this plugin, they may to take account of backwards compatibility with older releases. @hardeep or @goya can have a look. I am no longer actively working on this project - if you want the changes in PhoneGap Build, please see https://github.com/phonegap-build/ChildBrowser |
…to everplays-master
Update iOS version and update plugin.xml for CLI installation.