You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems as though when you tap into an input or textarea the first time that padding is not added to the scroll-content div. I believe this is due to the fact that this._scrollPadding is initially undefined.
Again this only seems to happen on the first tap, after which, this._scrollPadding is set.
Steps to reproduce:
Load up basic v2 tabs project
Add a bunch of inputs or textareas that will go below the fold of the keyboard.
Tap into an input that will show up below the keyboard
Keyboard will animate into position but your input will still be underneath it.
Short description of the problem:
RC1, iOS, testing on device.
Seems as though when you tap into an input or textarea the first time that padding is not added to the scroll-content div. I believe this is due to the fact that this._scrollPadding is initially undefined.
Again this only seems to happen on the first tap, after which, this._scrollPadding is set.
Steps to reproduce:
ionic-angular/components/content/content.js
adding an or allows it to run through.
Which Ionic Version? 1.x or 2.x
2.x RC1
The text was updated successfully, but these errors were encountered: