DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Multiple splash screens? #58

Closed barts2108 closed 12 years ago

barts2108 commented 12 years ago

Hi,

I found something that might be worth to have a look at and implement (when there's time of course) https://gist.github.com/472519

It seems to be possible to have multiple splash screens declared for portrait and landscape. However I did not test it.

I do have double splash screens for iPod and iPad like this...

var splash='ipodsplash.png; if (navigator.userAgent.toLocaleLowerCase().indexOf('ipad') != -1) { splash='ipadsplash.png'; }

var jQT = new $.jQTouch({ icon: ...... ..... startupScreen: splash, .....

And that works like a charm

ipad image is 768 x 1004 pixels ipod image is 320 x 460 pixels

DataZombies commented 12 years ago

Thanks. This is really something that would be included by each dev. Please post this to the jQT goog group: https://groups.google.com/forum/#!forum/jqtouch