Closed xbadal closed 2 years ago
@xbadal do you have more information? what kind of ipad? which iOS? does it work in the simulator or on real hardward for you?
@xbadal any updates on the info? Or did you find any other way to get it working?
You cannot control orientation on iPad unless if you specify the app as fullscreen in the info.plist.
info.plist
<key>UIRequiresFullScreen</key>
<true/>
Please see the example in my pull request: https://github.com/bytepark/auto_orientation/pull/26
this plugin does nothing in iPad. i have tested it and got no result.