ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

Ionic 4 - resizeOnFullScreen preference doesn't work #111

Closed alexarvanitidisalpha closed 4 years ago

alexarvanitidisalpha commented 4 years ago

So according to the documentation adding the <preference name="resizeOnFullScreen" value="true" /> to the config.xml fixes the resizing of an application when on full screen (statusBar hidden).

However we tried that just now on our app where we hide the statusBar when platform.ready() and it doesn't work. That is, the webview is not resized.

$ ionic info returns:

Ionic:

   Ionic CLI                     : 5.2.6 (/Users/yc00107/.nvm/versions/node/v10.16.3/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.8.0
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 8.1.3
   @angular/cli                  : 8.1.3
   @ionic/angular-toolkit        : 2.0.0

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 8.0.0
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 14 other plugins)

Utility:

   cordova-res : 0.6.0
   native-run  : 0.2.8

System:

   Android SDK Tools : 26.1.1 (/Users/yc00107/Library/Android/sdk)
   NodeJS            : v10.16.3 (/Users/yc00107/.nvm/versions/node/v10.16.3/bin/node)
   npm               : 6.9.0
   OS                : macOS Mojave
   Xcode             : Xcode 10.3 Build version 10G8
jcesarmobile commented 4 years ago

2.2.0 is not released on npm yet

alexarvanitidisalpha commented 4 years ago

@jcesarmobile do we have an idea of when this will be released on npm? We need it on our project 😿

Thanks for your amazing work!!!