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

Text area not scrollable when focussed on iOS #144

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @mklilley on April 15, 2016 6:35

Hi,

I am using ionic 1.2.4. I have a problem with a fixed size textarea. When it is in focus i am no longer able to scroll the view. I have inputs on the same view and I have no problem scrolling when they are in focus.

I am aware that this issue was raised before but seems to still be a problem.

The issue appears to be only an present on iOS. I am currently testing on iphone4s but with the latest ios 9.3.1. How to reproduce:

1) Run ionic start test tabs 2) Go to test directory and run ionic platform add ios 3) Add the following code to tab-dash.html just before the end of ion-content

4) Run ionic build ios 5) Open project file in X-code and install onto iphone 6) Run app on iphone 7) Tap on textarea and try and scroll the view - you cannot 8) Tap on input and try and scroll the view - everything is fine

Thanks for your help,

Matt

Copied from original issue: driftyco/ionic#6178

jgw96 commented 7 years ago

From @dhirajb1989 on April 15, 2016 6:37

Hi,

Even I am facing the above issue .

daggeto commented 7 years ago

Any news about it?