I developed an app with starling in FlashDevelop.
I purchased the admob native extension from milkmangames.com.
The normal banners work as normal.
When I try to show an interstital, it works well.
Upon closing the modal interstital ad, the app switches the orientation,
from landscape left right to landscape right left.
What should I do in this situation?
In your air manifest set your orientation to landscape, this way it will never change the orientation.
Related
I develop iPad app using Sencha Touch 2.4. My ipad using iOS 9. The problem is when I turn my iPad landscape and I open my app, the display of my app is a mess. like this
btw my screen app is the blue one.
But when I turn my iPad portrait then I open my app it's normal and when I turn my iPad landscape my app also turn landscape normally. Just when I open my app in landscape mode will be unnormal.
Please any body can help me?
Thanks,
Seno
i am also getting same issue. when i open landscape mode in iphone and ipad.
In config.xml file i set "default" only
I have an iPad. I have a Smart Cover. I have Xcode 7.2.
I am developing an app that is set to allow Landscape Left and Landscape Right orientations.
I have my iPad on the desk propped up by the smart cover with the home button on the left side of the device. I have the iPad unlocked, on the home screen, and everything looks great.
When I build and run my app from Xcode, it decides to run in the opposite orientation, so everything is upside down.
This makes no sense. How can I stop this behavior?
We are using TouchID for our iPad app, which supports both Portrait & Landscape orientation.
According to our understanding, the TouchID authentication dialog doesn't support Landscape orientation, which is still fine; however, upon turning the screen to landscape mode, the TouchID dialog remains in portrait mode, but the viewcontroller also fails to rotate to landscape! Besides, the statusbar rotates to landscape mode, giving an ugly look.
We have observed the similar behavior on iTunes too. Please advice if this is the standard behaviour or is there any other way to solve the issues.
I have same problem in my app. It seems that Touch ID dialogue prevents view controller under from getting information about device rotation. I tested it on App Store - tried to buy app. When dialogue appeared on dialogue rotate, App Store didn't react to device rotation.
Tested on iOS 10.2 (14C92)
I have a strange issue on iPAD. The app currently only supports Landscape.
However, when the user rotates the device to portrait and returns to the app, the app returns as portrait.
Another detail, the view has been presented modally before going into the background.
I am not sure if this is an iOS issue? or is there something I need to handle to catch orientation changes?
I'm developing a game in Adobe Flash, using Adobe AIR to publish a version for iOS devices. The issue I'm encountering is being unable to turn the stage's orientation to Landscape - it appears permanently stuck on Portrait. The publish settings make no difference to this, even when set to Landscape, the game doesn't turn. What is strange is that the iPhone menu at the top does orient to Landscape - so the clock reads landscape, whilst the game is still in portrait. Has anybody ever encountered this issue?
Do you use a framework that may change dynamicaly the orientation ?
Otherwise the right way to get Landscape only in a Air application is to set the following in your nameofyourapp-app.xml
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>