Select a program to use for building the app. Although you can use sophisticated Web design programs such as Adobe Dreamweaver, you can also use a basic text editor like Notepad to create HTML and CSS files.
2Research Apple’s Safari Developer Library for tutorials and sample code. Code is available for many of the iPad features, such as “SlideMe,” as well as other HTML, CSS and JavaScript codes specifically for Apple iOS devices and for Safari in general.
3Familiarize yourself with the standards and capabilities of HTML5, CSS and JavaScript for the iPad. Tutorials and sample codes are available in books from the library as well as from experienced developers in blogs and forums.
Designing the App1Create a separate HTML page for every page on your app. Use HTML links to have users to move from one page to another.
2Use touch events rather than mouse events on app pages to accommodate the iPad touch screen interface. For example, use “touchstart,” “touchend,” “touchmove” and “touchcancel,” rather than using mouse events.
3Use “textarea” style attributes for areas where the user should enter text in the app. The iPad does not support the “contenteditable” attribute that computer Web browsers use.
4Include the “
View the Original article
0Awesome Comments!