You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/15 13:04:29 UTC

[GitHub] [cordova-ios] gambarle edited a comment on issue #599: Custom url scheme redirect does not work with cordova platform ios @5.0.0

gambarle edited a comment 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.5 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org