ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

When app running in background with keyboard open then it shows some white gap #272

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @mobileias on June 27, 2017 4:47

Hello

we are using ionic 1.2.4 and creating build using phonegap website.

<preference name="phonegap-version" value="cli-6.5.0" />

we used ionic keyboard plugin with below config.

<preference name="KeyboardDisplayRequiresUserAction" value="false"/> <plugin name="ionic-plugin-keyboard" source="npm" version="2.2.1" /> <feature name="Keyboard"> <param name="ios-package" value="IonicKeyboard" onload="true" /> </feature>

Now all is fine in android but in ios when we put app in background with keyboard open then after 2-3 min when we see app running in background then it shows like below.

http://prntscr.com/folhwa ios-issue

So possible to give any idea why this type behavior occur in only ios.

After we open app from background it hide that white gap and fine but when we see app in background that time only it shows gap.

Regards

Copied from original issue: ionic-team/ionic#12164

jgw96 commented 7 years ago

From @AmitMY on June 27, 2017 7:41