diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-12 11:08:02 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-12 11:08:02 -0500 |
| commit | 20bc85a94d0d3b317411bd68e038c378b2592f00 (patch) | |
| tree | 0428c03c9989a9f62c078dcc790d6a8a9992292f /config.xml | |
| parent | 222673f7069cd90bef56e9205b9905301c1ac95b (diff) | |
inital code - custom url scheme for #411. zmninja:// launches the app. zmninja://<mid> takes us to live view for mid. needs more testing.
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -93,4 +93,10 @@ <plugin name="cordova-plugin-photo-library" spec="~1.2.0"> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="images to gallery" /> </plugin> + <plugin name="cordova-plugin-customurlscheme" spec="~4.2.0"> + <variable name="URL_SCHEME" value="zmninja" /> + <variable name="ANDROID_SCHEME" value=" " /> + <variable name="ANDROID_HOST" value=" " /> + <variable name="ANDROID_PATHPREFIX" value="/" /> + </plugin> </widget> |
