appML (application markup language) introduces http://www.appml.org
- merges 2 of best tools out on the internet: iScroll and jQTouch - prevent native scroll on input, textarea and select DOM objects - it works 100% on iPhone/iPad/iPod and 85% on Android 2.2 - back button, separated panel history and vertical scroll offset memory managment need a toolbar? simply write <toolbar></toolbar> need a carousel? simply write <carousel></carousel> need a scrollable div (like a fixed size div with style="overflow:auto")? simply write <scrollable width="200px" height="300px"></scrollable> need an app with 3 sections ( with 3 buttons on footer toolbar e.g. home,products,contacts) with 2 pages in each section? <panel id="1" title="HOME" icon="pathOfYourHomeIcon"> <page title="page1_home">your HTML</page> <page title="page2_home">your HTML</page> </panel> <panel id="2" title="PRODUCTS" icon="pathOfYourProductsIcon"> <page title="page1_products">your HTML</page> <page title="page2_products">your HTML</page> </panel> <panel id="3" title="CONTACTS" icon="pathOfYourContactsIcon"> <page title="page1_products">your HTML</page> <page title="page2_products">your HTML</page> </panel> <toolbar></toolbar> et voilà! in toolbar tag appML will place your icons to navigate between panels need the same app for iPad? simply write <left></left> instead <toolbar></toolbar> and a scrollable sidebar iPad-like will contain your panels icon take a look with your iPhone/iPad or Safari browser: http://www.appml.org/demos.html take a look on appML features: http://www.appml.org/features.html follow appML on twitter: http://twitter.com/appMLorg appML is an officila phoneGap tool http://www.phonegap.com/tools -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to iphonewebdev@googlegroups.com. To unsubscribe from this group, send email to iphonewebdev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.