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
193 stars 187 forks source link

Keyboard causing random large white space and ionic footer to remain hidden #374

Open ChrisDevinePimss opened 6 years ago

ChrisDevinePimss commented 6 years ago

Short description of the problem:

Switching between inputs to fast causes multiple issue with keyboard. Sometimes a large whitespace will appear above the keyboard and sometimes the ionic-footer will disappear and not reappear.

What behavior are you expecting?

For the ionic footer to always reappear one the keyboard closes and for no random white space above the keyboard (whitespace seems to be the size of another keyboard)

Steps to reproduce:

  1. create 2 text inputs and an ionic footer
  2. quickly click between the 2 inputs
  3. randomly the ionic will disappear once the keyboard closes and wont reappear until the keyboard is open and shut again.
  4. randomly a white large white empty space will appear above the keyboard

Which Ionic Version? 1.3.4

also am using "cordova-plugin-ionic-keyboard": "2.0.5",