`

debug.phonegap.com

 
阅读更多

debug.phonegap.com

可以远程调试app,具体待研究

分享到:
评论

相关推荐

    PhoneGap和Shadow_–_基于Web标准的移动开发和测试

    <plugin name="CallsHistoryPlugin" value="com.mark.phonegap.plugin.callsPGPlugin"/> ``` 示例JavaScript接口调用: ```javascript var CallsListing = function() {}; CallsListing.prototype.list = ...

    Building Android Apps with HTML,CSS,and.JavaScript(2nd,2012.01)

    Test and debug your app on the Web under load with real users, and then submit the finished product to the Android Market This book received valuable community input through O'Reilly's Open ...

    AmazonAdsPlugin:适用于Amazon Ads SDK的PhoneGap插件

    亚马逊广告插件适用于Amazon Ads SDK的PhoneGap插件,支持基本的横幅广告和插页式广告。安装cordova plugin add https://github.com/QuantumRand/AmazonAdsPlugin.git用法Amazon Ads插件当前支持基本横幅广告和插页...

    Building Android Apps with HTML, CSS, and JavaScript

    Test and debug your app on the Web under load with real users, and then submit the finished product to the Android Market This book received valuable community input through O’Reilly’s Open Feedback...

    Cordova 3.x 实用插件(1) -- Google地图Maps

    2. **创建项目**:使用Cordova创建一个新的项目,例如`cordova create myApp com.example.myapp MyAppName`。 3. **添加目标平台**:向项目中添加你需要支持的移动平台,如Android或iOS,通过`cordova platform add...

    HTML5开发环境搭建

    这里推荐使用Aardwolf(https://github.com/lexandera/Aardwolf/)来实现这个功能,它的原理和weinre类似,也是通过架server来远程debug device。下载Aardwolf后,启动生成一个server,然后在要调试的页面里加上...

    melon_demo:我的 MelonJS 演示应用程序。 适用于 PhoneGap 构建

    melonJS 样板特征 : 视频自动缩放移动优化的 HTML/CSS 在 iOS 设备上禁用滑动调试面板(如果#debug) 默认图标分发构建运行分发要构建,请确保已安装。 克隆项目: git clone ...

    bggeo_sample:简单示例的PhonegapBuild兼容版本

    debug: true, // 是否开启调试模式,显示日志 }, function(state) { if (!state.enabled) { bgGeo.start(); } }); bgGeo.onLocation(function(location) { console.log('[location] -', location); }); ...

Global site tag (gtag.js) - Google Analytics