0.0.4 • Published 7 months ago
@yandeu/capacitor-fullscreen v0.0.4
@yandeu/capacitor-fullscreen
Launches capacitor app in fullscreen mode.
Install
npm install @yandeu/capacitor-fullscreen
npx cap sync
Android
- Install the plugin.
- In
/android/variable.gradle
increaseandroidxCoreVersion
to >= 1.5.0
iOS
You don't need a plugin. Simply add this to your Info.plist
:
<key>UIStatusBarHidden</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>