map = Ti.UI.createView({ width : mapDisplay.imageWidth, height : mapDisplay.imageHeight, backgroundImage :mapDisplay.backgroundImage, zIndex : 9900, opacity : 0.90 /* testing code so we can see the path layer underneath*/ //layout :'horizontal' });when that above code is used you cannot see what is underneath the view on Nexus 7 android 5
This works on iPhone devices and also an old HTC device but on Nexus 7 it fails
any ideas ???
Thanks Roger