Reputation: 198188
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?
Upvotes: 1
Views: 873
Reputation: 7985
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:
Upvotes: 3