Hi!
I’m having a problem with scene transitioning using storyboard. I have a loading scene that only consists of a text that says loading and a black box that I use to cover the current scene before removing it and loading the next one.
This works as it should on all iPhone devices (tested on simulator) but when I run it on android devices (both device and simulator) it acts strange.
My config file looks like this
width = 320,
height = 480,
scale = "Letterbox"
and the problem I’m facing on android is that if I don’t set the width to display.contentWidth - display.screenOriginX*2 the box doesn’t cover the whole screen when it is moved on top of the current one (it leaves a blank space on the right side of the screen). If I use the mentioned width it covers everything when it moves on top but instead it leaves a part of black on the next scene before it is removed.
Here’s an example http://postimage.org/image/5owt0g389/
On iPhone it works since it’s always only display.contentWidth.
PS. I’m using “slideLeft” as transition [import]uid: 129450 topic_id: 30143 reply_id: 330143[/import]