A capacitor app to reproduce the following issues with the @capacitor/screen-orientation
plugin:
- @capacitor/screen-orientation: ScreenOrientation.lock({orientation: 'landscape'}) locks to portrait-primary
- @capacitor/screen-orientation: iOS: orientation() and screenOrientationChange event report orientation change although orientation is locked
npm ci
npm run build
npx cap sync android
npx cap open android
# install through android studio
npm ci
npm run build
npx cap sync ios
npx cap open ios
# install through xcode