How to make custom url schemes in InAppBrowser.openInWebView work? (both in android & ios) #8191
Unanswered
FragsterAt
asked this question in
Q&A
Replies: 1 comment
-
|
I experienced a similar issue on iOS, when opening a custom URL scheme from On iOS the error page from I'm currently using
What I haven't tried:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https pages work well, but if they contain links with custom url scheme to open external apps (not mine) - they aren't work.
I need to track webview's url through browserPageNavigationCompleted to close it after successful payment page loads, so I cant use openInExternalBrowser or openInSystemBrowser.
Is there any solution for my case?
Beta Was this translation helpful? Give feedback.
All reactions