gambarle commented on issue #599: Custom url scheme redirect does not work with cordova platform ios @5.0.0 URL: https://github.com/apache/cordova-ios/issues/599#issuecomment-483235519 cordova-ios corrected (was on 4.5.4 at the time of writing). package.json added. Plugin ["cordova-plugin-safariviewcontroller": "^1.5.4"](https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller) is used to show web content with login.microsoftonline.com, with a redirect url, that is used after credentials are submitted and authorised. Plugin ["cordova-plugin-customurlscheme" spec="^4.4.0"](https://github.com/EddyVerbruggen/Custom-URL-scheme) are used to handle the redirect URL, putting the app back into focus after login. If I install cordova-ios 5.0.0 and open the app from within another app (Test Flight), after credentials are submitted, the view stops in the web content view on microsoft onlilne, with a blank screen. So the issue only occurs using cordova-ios 5.0.0 and opening the app from within another app
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
