How can i load a remote url in to jqtouch application. I tried to load using iframe, it’s works in mac safari. But it is not working in iPhone using Phonegap. is there any other method to load remote html to Jqtouch app?.
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.
You can use the UIWebView to load internal and external html pages. If you don’t wan’t to mess around with to much objective-c, you can use the ChildBrowser plugin for PhoneGap. There is an excellent tutorial on how to implement it here:
http://hiediutley.com/2011/03/30/phonegap-tutorial-series-4-using-a-third-party-plugin/
Hope it helps.