i have set orientation of every screen to portrait, and fortunately it was working well but after the new kodular update whenever a new screen is opened in my app it flips to Landscape for a second then automatically turns to portrait.
Autorotate is OFF in my mobile.
it’s working well with the app which was exported before the kodular’s new update. but when i imported the previous .aia file and exported it as .apk without making any changes to it, the problem to flip orientation starts.
In the meantime, is there any workaround (in manifest, for example) that can prevent this from happening? In my case, I’ve used a clock to delay the adjustments in screen, but I’d like to avoid the strange behavior in the app’s update I have to publish.
I think this bug still exist. When the autorotate is on or /off, if the phone is on a horizontal position, screen goes landscape mode for a second then goes to potrait mode. But because of I use image sprites and and arrange the sizes of items according to the screen, all of image sprites are going insane. Yes all screens are set to the “potrait”.