Hi
I'm creating a modal Window, it works fine on Android (the Window has a dark transparent color); But on iOS the modal Windowhas a solid white color.
var searchView = Ti.UI.createWindow({ theme : "Theme.NoActionBar", modal : true });How can I make the iOS modal Window equal to the Androids one?
Thanks