EddyVerbruggen / Custom-URL-scheme

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

Run custom-URL-scheme in Ionic 3 #276

Open klochko7 opened 6 years ago

klochko7 commented 6 years ago

Good day ! Could anyone suggest please how to run Ionic 3 app from webpage using Custom-URL-scheme plugin ? I have done such steps..

  1. Add cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=mytestapp
  2. In app.component.ts I have writen decision from this topic.
  3. In a webpage create link <a href="mytestapp://">Open my app</a>

What I missed ? Could anyone help please ?

Hamidaraghi commented 5 years ago

In the inAppBrowser I have the same issue! After calling mycoolap:// (url_scheme), it does not open the app.

bitforcesrl commented 5 years ago

Hi, found some solution? i have the same issue

AugusDogus commented 5 years ago

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

ziaur-r commented 3 years ago

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?