Custom-URL-scheme icon indicating copy to clipboard operation
Custom-URL-scheme copied to clipboard

Run custom-URL-scheme in Ionic 3

Open klochko7 opened this issue 6 years ago • 4 comments

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 ?

klochko7 avatar Jun 08 '18 13:06 klochko7

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

Hamidaraghi avatar Aug 02 '18 13:08 Hamidaraghi

Hi, found some solution? i have the same issue

bitforcesrl avatar Mar 11 '19 22:03 bitforcesrl

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

AugusDogus avatar Apr 18 '19 13:04 AugusDogus

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?

ziaur-r avatar Oct 08 '20 10:10 ziaur-r