For Android and IOS 8 everything still works but with IOS 9 GM the in app browser opens and yields a blank screen no matter how long one waits. Has anyone else seen this?
Simple code that has not changed:
The cordova-plugin-white plugin does not seem to work with IOS 9 and the Facebook login. Perhaps a TTL issue on the Facebook server, I don’t know. The fix is to update the .plist file for IOS.
Yea I don’t think it is limited to just $cordovaOauth. I think the InAppBrowser all around is having issues. Thanks for reporting a temporary fix. Going to pass this on to other users of my library.
I agree. $cordovaOauth is acting as it should in IOS 9 given the check for week TTL (I suspect TLTL) at a server. Giving a specific white list permissions may be better than the fix I show above.
Would like to point out that the facebook method of $cordovaOauth needs work however to better handle this error. Its call to the inappbrowser hangs and never returns. The facebook method should set the inappbrowser as hidden on its launch and then check it events when it is ready to display. This way it could show a working message and time it out should it hang due to the freeze up. I will try to post such a fix as we are forced to incorporate this into our app.
I tried this as it makes sense to declare a specific domain but it does not work. The loadstart event fires for the inappbrowser but loadstop does not. Seems no response comes back from facebook. NSAllowsArbitraryLoads does continue to work.
Sorry for my question but i’m new in developping hybrid app
I need to know which file i need to update for Oauth work correctly in IOS9. Because i find a lot of Info.plist on my Mac
Hey, I’ve been unable to open the plist as source code. When I right click I only get the option to open with xcode. Please excuse the silly nature of the question. The answer might be staring right at me.