LaunchMyApp.js 376 B

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