ysq 发表于 2016-6-20 16:31:04

phoneGap开发webapp

在html页面中引入了js文件
<script src="../../../../../static/jquery_phonegap/jquery-1.9.1.min.js"></script>
<script src="../../../../../static/jquery_phonegap/cordova.js"></script>
    <script src="../../../../../static/jquery_phonegap/jquery.mobile-1.3.2.min.js"></script>
    <script src="../../../../../static/jquery_phonegap/mobiscroll-2.14.4.js"></script>
在访问页面时弹出对话框内容:
gap:["PluginManager","startup","PluginManager1716014236"]
点击确定,浏览器崩溃
点击取消,又弹出一个对话框
gap:["App","show","App1760004427"]

这个是什么原因造成的?







ionicwang 发表于 2016-6-22 21:14:38

需要模拟器运行,

移动web的话不需要借助cordova/phonegap

ysq 发表于 2016-6-23 10:14:52

谢谢,问题已解决
页: [1]
查看完整版本: phoneGap开发webapp