ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

The rendering of the elements hidden behind the keyboard is delayed while scrolling and then appears when scrolling stops. #120

Open maravedimike opened 4 years ago

maravedimike commented 4 years ago

Here is a gif of the issue.

What I mean by that is, if I have a row of images (or even a div with a gradient) that is offscreen, when I scroll down (or up) to it, the expected behavior is for the elements behind the keyboard to appear on the screen when the keyboard minimizes.

However, what I'm seeing is that the element does not appear until I lift my finger off the screen and the scroller finishes all its animations.

Does anybody know what may be causing the issue? Thanks in advance.