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?
I need to convert a web app into ipad app. Stressing on style and events.
This is really a broad question. But here are answers to some of your questions to quick start.
How to detect device?
use UIDevice to detect iPhone (UIUserInterfaceIdiomPhone)
How to capture orientation change?
UIInterfaceOrientation
You have to see,for rest of ur questions, InterfaceBuilder Outlets & Action and delegate & datasource. You better google these keywords, you'll find required docs.
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.