Custom-URL-scheme
Custom-URL-scheme copied to clipboard
Custom-URL-scheme not even launching app
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?
This guy figured out why this plugin stop working on cordova-android>=7 https://github.com/bytelabsco/Custom-URL-scheme, just use his repo
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!
Can anyone help me to get the URL after app opens? I am using this plugin with Ionic