0.0.4 • Published 7 months ago

@yandeu/capacitor-fullscreen v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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/>