fbrun commented on issue #775:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/775#issuecomment-701199384


   I have make some tests with different custom schemes : one is open inside 
the inappbrowser view with a `window.open`, the other with a 
`window.location.replace`.
   
   With the first nothing happen. The 'loadstart' event isn't detected too.
   I see also that `customscheme` event is never used under ios, with 
`[email protected]`. It's seem that the window.open in the web 
site displayed in the inapp web view not function, but i don't know why.
   
   With the second, the event 'loadstart' is sended. As `customscheme` event is 
never used under ios, i can test the url to determine if it's a custom scheme 
in the `loadstart` event, then open it with `iab.create(event.url, '_system') 
(iab is from '@ionic-native/in-app-browser'`. It open successfully the app 
called.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to