Friday, May 18, 2012

Remote Debugging Phonegap application

For remote debugging your phonegap application use

Enabling Crossbrowser calls in Chrome


If you want your HTML file from the local file system, and that file will be able to make requests to other sites to access data or other resources in chrome browser,then run below command in terminal window.
 open -a /Applications/Google\ Chrome.app --args --allow-file-access-from-files --disable-web-security


Note : Before running above command close the chrome.