This is a migrated thread and some comments may be shown as answers.

Textarea Scrolling

1 Answer 142 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Carole
Top achievements
Rank 1
Carole asked on 11 Dec 2014, 03:27 PM
Hi,

Within the app we are working on we have a few textarea elements being used, we have discovered that there is no scrollbar indicated when the textarea is scrolled up and down.
What was cause a behaviour like this?

Kind regards

Matt

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 12 Dec 2014, 01:26 PM
Hello Carole,

I am copying my reply from the support ticket you opened in this thread instead anyone else is interested. You can reply in the ticket in case you have any further comments.

This is the default behavior of scrollable elements in a hybrid app/mobile browser. You can see that the same behavior will be observable if you create a scrollable div and put enough content to make it overflow. 

A way to modify this behavior is to set the following style rule to the scrollable element:
-webkit-overflow-scrolling: touch;

This way, a scrollbar is visible while the user is scrolling the textarea.

I hope this helps.

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Report a bug
Asked by
Carole
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or