UNPKG

cordova-plugin-customurlscheme

Version:

Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar

10 lines (8 loc) 376 B
"use strict"; /* Q: Why an empty file? A: iOS doesn't need plumbing to get the plugin to work, so.. - Including no file would mean the import in index.html would differ per platform. - Also, using one version and adding a userAgent check for Android feels wrong. - And if you're not using PhoneGap Build, you could paste your handleOpenUrl JS function here. */