0.0.3 • Published 2 years ago

@yandeu/capacitor-fullscreen v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@yandeu/capacitor-fullscreen

Launches capacitor app in fullscreen mode.

Install

npm install @yandeu/capacitor-fullscreen
npx cap sync

Android

  1. Install the plugin.
  2. In /android/variable.gradle increase androidxCoreVersion 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/>