Custom-URL-scheme
Custom-URL-scheme copied to clipboard
Run custom-URL-scheme in Ionic 3
Good day ! Could anyone suggest please how to run Ionic 3 app from webpage using Custom-URL-scheme plugin ? I have done such steps..
- Add cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=mytestapp
- In app.component.ts I have writen decision from this topic.
- In a webpage create link
<a href="mytestapp://">Open my app</a>
What I missed ? Could anyone help please ?
In the inAppBrowser I have the same issue! After calling mycoolap:// (url_scheme), it does not open the app.
Hi, found some solution? i have the same issue
Facing the same issue with Ionic 4 now as well. Is there any quick fixes that can be done without a whole plugin rewrite? @EddyVerbruggen
Hi Guys, this plugin doesn't seems to work in my cordova windows 10 app.. actually it happens when I implement angular routing in my project. apparently handleOpenURL not triggered and app restarts instead of resume. but without angular routing implementation app resumes successfully.
Anybody have any suggestion why it is behaving so?