Hi,
flash builder
I have set splash image using this code
code$('div[dsid="mobilecontainer10"]').css('background-image','url("' + Tiggzi.getImagePath('cartoontaxi1.png') + '")');
$('div[dsid="mobilecontainer10"]').css('background-size','cover');
$('div[dsid="mobilecontainer10"]').css('background-position','center');/code
Code: Select all
it only loads the top part unless you change screen orientation or size of screen, it then fills the screen. its the same in browsers and apk on android phone
this code worked before, also I have noticed that on larger screens like ipad an image wil load with this code if there are components on page but only as far as just after the last component image2
hope the images help
thanks

