mesmotronic / cordova-plugin-fullscreen

Plugin for Cordova (PhoneGap) to enable Android's various full screen modes
BSD 3-Clause "New" or "Revised" License
167 stars 55 forks source link

Nav bar on splash screen #17

Open KODerFunk opened 8 years ago

KODerFunk commented 8 years ago

Meizu m1 note phone on Android 4.4.4 (phonу with touch-home-button only) cordova 5.4.1 / android platform 4.1.1 use cordova-plugin-fullscreen@1.0.2 I have nav-bar on splashscreen at start and web-content deformation after hide splashscreen. No effect from plugin(

rafaelbiten commented 8 years ago

I was having the same 'deformation' problem on my splash screen. Adding <preference name="SplashMaintainAspectRatio" value="true" /> to my config.xml file fixed the issue. See if that helps @KODerFunk

KODerFunk commented 8 years ago

Yep, i use SplashMaintainAspectRatio, but navbar present. And present when keyboard (ionic-plugin-keyboard) open (it worst, view box so small). At the moment im disabled cordova-plugin-fullscreen and use https://github.com/cranberrygame/cordova-plugin-navigationbar/issues/7