I think it\'s there in jQTouch but how do I add a full screen welcome image for my iPhone web app developed using jQueryMobile?
The app is a full screen web app and it i
This is just a concept but you could try something like this:
Live Example: http://jsfiddle.net/yzvWy/14/
JS
$(function() { setTimeout(hideSplash, 2000); }); function hideSplash() { $.mobile.changePage("#home", "fade"); }
HTML
Overview Intro to jQuery Mobile Features Accessibility Supported platforms