Popover overflow when iPad soft keyboard shown

Hi,

I have an app with popovers. On my iPad when I click into a field and the soft keyboard displays, the content scrolls up. You can see the content scrolling above the popover (pictured).

Scrolling the content with your finder (no keyboard on screen) does not product the same result.

Gary.

What version of ionic are you using with that? I remember that issue a few versions back but I believe it has been fixed.

Hi

ionic -v
1.2.8

Regards,
Gary.

That is the version of the ionic cli, not ionic.js
Open up the ionic.bundle.js file and check for the version the code header.

Take 2:
Ionic, v1.0.0-beta.13

Can you test this out with the master.

Edit you’re bower file to this

 "ionic": "driftyco/ionic-bower#master"

Then run bower install

Hi, It does not scroll at all now. Hence you cannot access anything below the keyboard - http://youtu.be/UqwJNLOG2V4

1 Like