你好我有一个在3.7版本的phonegapbuild中开发的应用程序它运行得很好但是如果我升级到版本cli-6.0.0就停止工作了。 这是我的配置很简单。
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<widget xmlns = “http://www.w3.org/ns/widgets”
xmlns:gap = “http://phonegap.com/ns/1.0″
id = “com.entre5.movil”
versionCode = “10″
version = “1.0.0″>
<name>Entre app</name>
<description>
Desarrollo personalizado ph
</description>
<author href=”https://phonegapspain.com” email=”soporte@phonegapspain.com”>
crecerweb
</author>
<preference name=”phonegap-version” value=”cli-6.0.0″ />
<preference name=”fullscreen” value=”false” />
<preference name=”prerendered-icon” value=”true” />
<content src=”index.html”/>
<platform name=”android”>
<icon src=”mdpi.png” qualifier=”ldpi”/>
<icon src=”hdpi.png” qualifier=”mdpi”/>
<icon src=”xhdpi.png” qualifier=”hdpi”/>
</platform>
<access origin=”*” />
</widget>
的index.html
<script src=”phonegap.js”></script>
但不起作用,你把一个像地理定位的插件不是它的工作就像没有负载的东西。 如果突然有人已经解决了感谢指南。
问候
答案 0 :(得分:0)
hello already solved and what happens is that after the clip 5 version to load jquery and other external files must be taken into account.
<gap:plugin name=”cordova-plugin-whitelist” source=”npm” />
<access origin=”*” />
<allow-intent href=”*” />
<allow-navigation href=”*” />