Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.

Testing

gabrielhase edited this page Jun 13, 2012 · 1 revision

Testing

Phone Gap / Browser

To get around the same origin policy problem when testing phone gap apps in the browser, open Google Chrome from the command line like this:

open -a /Applications/Google\ Chrome.app --args --allow-file-access-from-files --disable-web-security

NOTE: Don't browse like this!!!

Clone this wiki locally