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

Custom-URL-scheme not even launching app

Open Syirrus opened this issue 6 years ago • 3 comments

I've added the cordova plugin via command line as well as making sure to define the following in config.xml: <plugin name="cordova-plugin-customurlscheme" spec="https://github.com/EddyVerbruggen/Custom-URL-scheme.git"> <variable name="URL_SCHEME" value="testapp" /> </plugin>

and

<allow-intent href="testapp:" />

When i click on a link in Chrome on my phone, nothing happens. What am I doing wrong?

Syirrus avatar Feb 07 '19 19:02 Syirrus

This guy figured out why this plugin stop working on cordova-android>=7 https://github.com/bytelabsco/Custom-URL-scheme, just use his repo

kakysha avatar Apr 03 '19 19:04 kakysha

This guy figured out why this plugin stop working on cordova-android>=7 https://github.com/bytelabsco/Custom-URL-scheme, just use his repo

Thanks!

yj-ang avatar Jun 21 '19 07:06 yj-ang

Can anyone help me to get the URL after app opens? I am using this plugin with Ionic

gilzonme avatar Aug 16 '19 02:08 gilzonme