Hello,
I have a problem with childbrowser and iOS.
I am developing a hybrid app and everything works ok on Android.
I have a button that goes to facebook to get the user to login/authorize a (facebook) app to post on his behalf. The redirect url is a web page on a server i use. On Android, the user clicks the button, a childbrowser opens with the url:
https://www.facebook.com/dialog/oauth...
When the user clicks the button from an iOS device (i tried on iOS 7 ipad and iOS 6 iphone), a childbrowser opens, but the page is blank and nothing happens.
The command i use on page click is
window.plugins.childBrowser.showWebPage(URL, { showLocationBar: true,showAddress :true, });
Thanks in advance for your help