-
1. Re: after building app all i see is white screen
jcesarmobile_ Jul 17, 2017 1:32 AM (in response to omart87640434)Phonegap app includes all the core plugins, you have to add the plugins you use to the config.xml, there is probably some of them missing
-
2. Re: after building app all i see is white screen
omart87640434 Jul 17, 2017 7:01 AM (in response to jcesarmobile_)i did now i got error says failed to fetch plugin
-
3. Re: after building app all i see is white screen
jcesarmobile_ Jul 17, 2017 7:22 AM (in response to omart87640434)which plugin? how did you add it?
-
4. Re: after building app all i see is white screen
omart87640434 Jul 17, 2017 7:27 AM (in response to jcesarmobile_)"plugman install --platform android --project /project --plugin jquery-rss@~3.3.0": Fetching plugin "jquery-rss@~3.3.0" via npm
Cannot find plugin.xml for plugin "package". Please try adding it again.
here is my config.xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.phonegap.helloworld" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>test app</name>
<description>
phonegap made app
</description>
<author email="support@phonegap.com" href="http://phonegap.com">
zombie333
</author>
<content src="index.html" />
<access origin="*" />
<plugin name="jquery-rss" source="npm" spec="~3.3.0" />
</widget>
-
5. Re: after building app all i see is white screen
jcesarmobile_ Jul 17, 2017 8:12 AM (in response to omart87640434)That's not a cordova plugin, that's why it fails to install.
I meant that you have to install any cordova plugin that your app uses