iPhone startup screen not working - WHY - RESOLVED

331 views
Skip to first unread message

Brent VanderMeide

unread,
Aug 8, 2011, 8:47:43 PM8/8/11
to jQTouch
I have seen many flail in trying to resolve this, but I finally did
and want to save you the headache. The jQTouch options allow you to
specify the 'startupScreen' option. The solution is to specify an
ABSOLUTE path or URI to the image.

BAD ( RELATIVE PATH ) :

var options = { startupScreen: 'myStartImage.png' };
var jQT = new $.jQTouch(options);


GOOD ( ABSOLUTE PATH ):

var options = { startupScreen: '/myStartImage.png' };
var jQT = new $.jQTouch(options);

or

var options = { startupScreen: 'http://.../myStartImage.png' };
var jQT = new $.jQTouch(options);

Jason Mumby

unread,
Aug 11, 2011, 2:32:47 AM8/11/11
to jqt...@googlegroups.com
I use icon: 'HTTP://' + document.domain + '/path/to/icon/icon.png'
Reply all
Reply to author
Forward
0 new messages