简体   繁体   English

在HTML5和jquery中使用phonegap 1.3.0创建Android应用程序时出现无限弹出错误?

[英]Infinite pop up error while using phonegap 1.3.0 with HTML5 and jquery to create android application?

I've been developing android application using html5 , jquery and phonegap default provided by Dreamweaver cs5.5 . 我一直在使用Dreamweaver cs5.5提供的html5jqueryphonegap默认开发android应用程序。 It all works fine. 一切正常。 But when I tried to use the latest version of phonegap 1.3.0., there are some prompt poping. 但是,当我尝试使用最新版本的phonegap 1.3.0。时,会弹出一些提示。 The first one is ' gap : ["Network Status", "getConnectionInfo","Network Status0",true] '. 第一个是'gap:[“ Network Status”,“ getConnectionInfo”,“ Network Status0”,true]'。 And after this one, other appears ("usePolling gap_callbackServer:", "getPort ..." , "getToken"). 在此之后,其他出现(“ usePolling gap_callbackServer:”,“ getPort ...”,“ getToken”)。 Finally, there is one that doesn't disappear : "gap_poll". 最后,还有一个不会消失的:“ gap_poll”。 (refer to http://osdir.com/ml/phonegap/2011-09/msg01372.html ). (请参阅http://osdir.com/ml/phonegap/2011-09/msg01372.html )。 I tried including phonegap.jar. 我尝试包括phonegap.jar。 But the problem is still the same. 但是问题仍然存在。 What am I missing? 我想念什么?

Your description of the problem is brief But in my phonegap application, I use the network connectivity methods to check for the network ie type etc. Your description of the problem means that some functions are being called without your knowledge. 您对问题的描述很简短,但是在我的phonegap应用程序中,我使用网络连接方法来检查网络,例如类型等。对问题的描述意味着某些功能在您不知情的情况下被调用。 I would suggest you use something like Safari developer tool to trace your jscript logic to the point where this methods are being called then take further action 我建议您使用类似Safari开发人员工具的工具来跟踪jscript逻辑,直到调用此方法的位置,然后采取进一步的措施

This problem was due to error in upgrading phonegap. 此问题是由于升级phonegap时出错。 You need to upgrade whole phonegap plugin. 您需要升级整个phonegap插件。 Please follow the following link to upgrade phonegap in dreamweaver.. 请按照以下链接在Dreamweaver中升级phonegap。

Phonegap in Dreamweaver CS5.5 Dreamweaver CS5.5中的电话间隙

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Phonegap Android应用程序在Android 2.2中无限弹出错误,但在Android 4.0.3中没有 - Phonegap Android application infinite pop up error in Android 2.2 but not in Android 4.0.3 使用phonegap和html5和jquery的Web应用程序的条形码扫描仪 - Barcode scanner for a web application using phonegap and html5 and jquery Android中的PhoneGap + jQuery Mobile:如何使用HTML5调整标题 - PhoneGap + jQuery Mobile in Android: how to adjust the header using HTML5 jQuery弹出对话框中的Chrome HTML5表单验证 - Chrome html5 form validation in a jQuery pop-up dialog 如何使用javascript / jquery将值传递给Android phonegap中的HTML5视频标签src属性? - How to pass the value to HTML5 video tag src attribute in Android phonegap using javascript/jquery? jquery使用文档.createElement创建弹出窗口 - jquery to create a pop up using document .createElement 从Windows服务器上的Intranet托管服务使用jquery ajax for PhoneGap Android应用程序调用WCF服务时出现415状态错误 - Getting 415 status error while call WCF service using jquery ajax for PhoneGap Android Application from a intranet hosted service on a Windows server HTML5,jQuery Mobile Android / iPhone应用程序 - Html5,jquery mobile android/iphone application jQuery HTML窗口弹出 - Jquery html window pop up php 和 jquery html 弹出 - php with jquery html pop up
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM