-
Notifications
You must be signed in to change notification settings - Fork 651
Description
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.4.2
@capacitor/core: 7.4.2
@capacitor/android: 7.4.2
@capacitor/ios: 7.4.2
Installed Dependencies:
@capacitor/cli: 7.4.2
@capacitor/core: 7.4.2
@capacitor/android: 7.4.2
@capacitor/ios: 7.4.2
[info] Using Gemfile: RubyGems bundle installed
[success] iOS looking great! 👌
[success] Android looking great! 👌
$ pnpm list
dependencies:
@capacitor/android 7.4.2
@capacitor/app 7.0.1
@capacitor/core 7.4.2
@capacitor/ios 7.4.2
@capacitor/keyboard 7.0.1
@capacitor/screen-orientation 7.0.1
@capacitor/share 7.0.1
@capacitor/splash-screen 7.0.1
@capacitor/status-bar 7.0.2
devDependencies:
@capacitor/assets 3.0.5
@capacitor/cli 7.4.2
@types/node 20.19.8
typescript 5.8.3
Other API Details
Platforms Affected
- iOS
- Android
- Web
Current Behavior
- Tested on iPad (A16)
- Opened the app in landscape
- Call to
ScreenOrientation.orientation()
returnsportrait-primary
Expected Behavior
Should return landscape-primary
or landscape-secondary
Project Reproduction
Additional Information
No response