I was wondering whether one could run a HTML page from the iOS device’s hard drive, using Objective-C only as a view port to the HTML page and having the HTML page be the application’s actual interface. Is this possible to do?
Thanks,
Odinulf
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.
for IOS create a file with the following:
(I got this straight out of the book “HTML5 for IOS and Android: A Beginner’s Guide” [page 388-390])
And this is how you would do it for android.
Hope this helps!