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
In my app I have a detail screen which has a few textareas which are editable. When a user is editing a textarea, the height may be larger than the viewport so its necessary to be able to scroll to particular parts of the textarea.
In ionic, when a textarea is in focus, ion-scroll is prevented from scrolling. This stops the user from scrolling to other areas of the view and sometimes the whole body scrolls which hides the navigation (possible bug).
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Setup: ionic beta.6
In my app I have a detail screen which has a few textareas which are editable. When a user is editing a textarea, the height may be larger than the viewport so its necessary to be able to scroll to particular parts of the textarea.
In ionic, when a textarea is in focus, ion-scroll is prevented from scrolling. This stops the user from scrolling to other areas of the view and sometimes the whole body scrolls which hides the navigation (possible bug).
Ive made a codepen to show what I mean:
http://codepen.io/phoey/full/yehwg/
heres a video of my app showing the issue
https://www.youtube.com/watch?v=XxeEEIN0eds
Is this a bug or expected behaviour?
The text was updated successfully, but these errors were encountered: