malformed config.xml help
hi, new phonegap. i've created simple app uses iframe element.
when build this:
config.xml:
<plugin name="com.phonegap.plugins.pushplugin" source="pgb" />
everything goes fine, iframe doesn't work.
but when change to:
<plugin name="com.phonegap.plugins.pushplugin" source="pgb" />
<allow-navigation href="*" />
it doesn't compile "malformed config.xml" error!
pls help.
thanks in adv,
adam.
1. should not use old, deprecated plugins pgb repo. use latest versions of plugins npm, instead. aware named differently, though.
see configuration/plugins section of pgb docs.
2. if have message of malformed config.xml, lines posted not problem. use online xml validator check xml well-formedness. w3c validator nicely.
More discussions in PhoneGap Build
adobe
Comments
Post a Comment