I'm working in a Moodle mobile app with Ionic 5 and Cordova, this throw an error on iOS when exit from full screen mode with the rotated device, the UI break up so I'm trying to lock or manage the orientation in full screen mode without success.
I tried with the oficial Ionic plugin (https://ionicframework.com/docs/v5/native/screen-orientation), but when I enter to fullscreen the app can be rotate to landscape freely.