I need to convert a web app into ipad app. Stressing on style and events.
- How to detect device?
- How to identify touchevnts?
- How to map click to touch,doubleclick to doubletap
- How to capture orientation change?
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.
It really depends on the framework and techniques you used for the original web-app. There are plenty of frameworks out there to build an iOS-web-app. For example jQuery mobile, you also might want to have a look into phonegap.
For the first few steps I can really recommendend reading this free aviable book from o’reilly about creating iPhone-Apps with HTML, CSS and javascript.