/capacitor-screen-orientation-issue-reproduction-app

Reproduction app for @capacitor/screen-orientation issues

Primary LanguageSwift

capacitor-screen-orientation-issue-reproduction-app

A capacitor app to reproduce the following issues with the @capacitor/screen-orientation plugin:

Build and install

Android

npm ci
npm run build
npx cap sync android
npx cap open android
# install through android studio

iOS

npm ci
npm run build
npx cap sync ios
npx cap open ios
# install through xcode