This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
mobile_web_app_template [2012/02/16 20:20] Joel Dare |
mobile_web_app_template [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Web App Template ====== | ||
| + | {{web_app_template.jpg |}} | ||
| + | |||
| + | This is a basic starting point for Web Apps. It is specifically targeted to mobile sizes. Finished web apps can easily be converted to native iPhone apps using [[http://www.phonegap.com|PhoneGap]]. They can also be ported to Palm OS or Android as native apps. | ||
| + | |||
| + | {{web_app_template.zip|Download Zip File}} | ||
| + | |||
| + | <html> | ||
| + | <script> | ||
| + | function popper() { | ||
| + | window.open('http://www.joeldare.com/i/template/','AppTemplate','menubar=no,width=320,height=408,toolbar=no,scrollbars=yes'); | ||
| + | return false; | ||
| + | }; | ||
| + | </script> | ||
| + | <a href="http://www.joeldare.com/i/template/" class="urlextern" onclick="return popper();">Open Example Page</a> | ||
| + | </html> | ||
| + | |||
| + | This template is released into the [[Public Domain]]. It has the following features. | ||
| + | |||
| + | - No browser chrome in web app\\ | ||
| + | - Initial splash screen\\ | ||
| + | - Home screen icons\\ | ||
| + | - HTML 5 caching (works offline) | ||