We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68ea5fb + c037cd2 commit 8cf871fCopy full SHA for 8cf871f
plugin.xml
@@ -22,6 +22,9 @@
22
<issue>https://github.com/EddyVerbruggen/Custom-URL-scheme/issues</issue>
23
24
<preference name="URL_SCHEME" />
25
+ <preference name="ANDROID_HOST" />
26
+ <preference name="ANDROID_SCHEME" />
27
+ <preference name="ANDROID_PATHPREFIX" />
28
29
<engines>
30
<engine name="cordova" version=">=3.0.0"/>
@@ -65,6 +68,7 @@
65
68
<action android:name="android.intent.action.VIEW" />
66
69
<category android:name="android.intent.category.DEFAULT" />
67
70
<category android:name="android.intent.category.BROWSABLE" />
71
+ <data android:scheme="$ANDROID_SCHEME" android:host="$ANDROID_HOST" android:pathPrefix="$ANDROID_PATHPREFIX" />
72
</intent-filter>
73
</config-file>
74
</platform>
0 commit comments