Are the javascript files in a phonegap app on a mobile device accessible/visible to the user like they are in the browser?
Are the javascript files in a phonegap app on a mobile device accessible/visible to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PhoneGap works by extending and wrapping common classes of the iOS / Android SDKs. Since the html files are wrapped by phonegap code, i dont think you can view/access its html or javacript files like normal desktop browsers.
Checkout this link
And also check this link ( How PhoneGap Works )