Is it able to test phonegap application outside emulator?

纵饮孤独 提交于 2019-12-11 09:36:17

问题


When develop a phonegap application, it sometimes need to deploy the application to an android emulator to test it. It's not convenient sometimes.

Is there any tool to test a phonegap application outside emulator? For example some browser plugins for desktop browsers?


回答1:


The ripple emulator lets you test your phonegap app inside chrome with a chrome plugin.

Here is the plugin in the chrome web store: https://chrome.google.com/webstore/detail/geelfhphabnejjhdalkjhgipohgpdnoc

And here is the ripple homepage: https://developer.blackberry.com/html5/download/ripple

If you want local file access you have to do two things:

  1. start chrome with --allow-file-access-from-files flag
  2. go to chromes extensions page, find the ripple plugin, check the 'Allow access to file URLs' checkbox


来源:https://stackoverflow.com/questions/12541107/is-it-able-to-test-phonegap-application-outside-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!