pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Web-app loading #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Launch the iUI web-app through the home screen icon

What is the expected output? What do you see instead?
I think it can be a good enhancement to include a Loading message during the 
loading (for example there is a Loading screen on jQTouch).
When you launch several times the web-app it will show you everything 
(images, etc.) even though it's still loading, like it was ready to use but 
in fact we can't do anything and this can be a little bit confusing.

Regards,

Charles

Original issue reported on code.google.com by char...@cableorganizer.com on 21 Dec 2009 at 6:31

GoogleCodeExporter commented 8 years ago
Great idea can we use jqtouch within webapp?

Original comment by pers...@gmail.com on 4 Jan 2010 at 12:47

GoogleCodeExporter commented 8 years ago
The use of JQTouch would we a little overkill for this. How to specify a loading
screen is explained here:
http://developer.apple.com/safari/library/documentation/AppleApplications/Refere
nce/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

Original comment by hendrik@van-antwerpen.net on 4 Jan 2010 at 10:04

GoogleCodeExporter commented 8 years ago
Thank you Hendrik, that is very simple and that work good!

Just add this line in the HTML header:

    <link rel="apple-touch-startup-image" href="/startup.png">

Where startup.png is 320 x 460 pixels. Work as a splash screen.

Original comment by char...@cableorganizer.com on 4 Jan 2010 at 4:13