flutter_orientation
flutter_orientation copied to clipboard
How to lock the screen in IOS pad?
i use OrientationPlugin.setPreferredOrientations([DeviceOrientation.portraitUp]) OrientationPlugin.forceOrientation(DeviceOrientation.portraitUp);
but not lock the screen orientation, How to solve it?thanks。
Hi @inprise1980
OrientationPlugin.setPreferredOrientations([DeviceOrientation.portraitUp]);
OrientationPlugin.forceOrientation(DeviceOrientation.portraitUp);
The code works for me in iphone.
May not work on iPad, please refer to the documentation of Limitations
section.
is it any solution about this bug?
@FeifanChang
Sososdk's reply is correct. Just follow the documentation