0

Hi folks I have created a phonegap project and installed 'ManateeWords plugin' and configured by following github instructions and email support from Manatee. It displays proper splash screen in Chrome but Phonegap Developer app on my ios phone shows white screen and hangs(have to uninstall/install to get it to work.

Did some research and downloaded a different barcode scanner ( Phonegap + Barcode scanner plugin code example) and similar but not identical behaviour. Shows perfectly in Chrome on my Mac desktop but instead of white screen on PhoneGap developer app it says 'DOWNLOAD ERROR' Alert Unable to download archive from the server please enter valid url to connect to'. I double checked url for path to my project and it is correct.

Any thoughts on what might be going on with phonegap developer app for either of these plugins?

Thanks in advance, Cat

  • Correction: I got the second plugin from here 'https://github.com/phonegap/phonegap-plugin-barcodescanner' to work. So it is just the plugin from Manatee that is not working – catpedersen Sep 26 '17 at 00:14

1 Answers1

0

Phonegap Developer App is a tool to preview your app, but it has some limitations. Phonegap Developer App is really a Phonegap app itself, and it can only use the plugins that were included when it was built. That's the Cordova core plugins and a few 3rd party plugins.

You can see all the plugins included on the app's github repo

You'll see that the ManateeWords plugin is not there, so you can't use it on the Phonegap Developer App.

jcesarmobile
  • 51,328
  • 11
  • 132
  • 176
  • That link points to an out of date in an older version of the config.xml file for PhoneGap. The latest version does contain this plug-in " " – catpedersen Sep 27 '17 at 03:48
  • @catpedersen, no, that's a permalink to current plugins, you can check it on the repo if you want, that plugin is not there – jcesarmobile Sep 27 '17 at 07:53
  • @jcesarmoble you were 100% correct. Phonegap itself supports the Manatee plugin but it will not run on Phone Gap Developer's App. Company say's it is Adobe's choice not theirs. – catpedersen Oct 01 '17 at 21:26