EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 365 forks source link

Custom-URL-scheme and webview #347

Closed samall76 closed 10 months ago

samall76 commented 11 months ago

Is it possible to use custom url scheme and deeplink using webview? It worked out for the inappbrowser, but I need i to work on webview.

Wanted myapp://www.example.com/news > the app opens on the News page.

What is happing with webview myapp://www.example.com/news > the app opens on the homepage.