can a PhoneGap app access localhost upon being installed on device?
问题 I developed a test mobile app with PhoneJS, which access a node server ( localhost:3000) w MongoDB local DB... Everything is working fine when testing in web browser or using Ripple simulator. Then I deployed this test app using PhoneGap/Cordova ( 3.0.0 ) and installed it on my iPhone device. Starting the app, the data are not loaded ( got the Loading icon... and nothing happen) As my node server doesn't display anything in the console, I guess there is an issue in the .get Ajax call is there