olivermuc opened a new issue #532: v5.0.0 Custom URI schemes / deeplinks broken
URL: https://github.com/apache/cordova-ios/issues/532
 
 
   # Bug Report
   
   ## Problem
   With v5.0.0 the app would still popup (generally listening fine to the 
deeplink, eg "myapp://") - however, once the app has focus the cordova deeplink 
plugin **which works fine with v4.5.5** does not respond to the URI/path.
   
   ### What is expected to happen?
   v5.0.0 should work the same as v4.5.5 and not only launch the app, but also 
"forward" the URI/path as it used to.
   
   ### What does actually happen?
   The app is getting focus, but the callback is never made to pass on the 
URI/path:
   `myapp://open/some/page`
   
   `open/some/page` is never received by the deeplink plugin callback.
   
   ### Command or Code
   See here: https://github.com/ionic-team/ionic-plugin-deeplinks for basic 
example.
   This works fine with v4.5.5, not v5.0.0.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to