When filling an ion-scroll with text, the scrollbar is visible for a few moments and then disappears. Here’s an example: http://codepen.io/anon/pen/JveHc
Is there any way to make the scrollbar of a ion-scroll always visible?. Additionally, can it be configured not to be displayed over the content itself? (maybe with different layout options like in android:scrollbarStyle).
The final appearance would be similar to a read-only textarea (I’m not using it because I found focus / soft. keyboard problems when running in a device).
I see it’s easy to make the scrollbar always visible. On the other hand, moving it to the outside of the content box depends on the CSS overflow configuration of the container, which can be tricky.
In any case you gave me good pointers. Thank you very much!.
it works! however, looks like the scrollbar is still invisible right after the ion-scroll view is spawned. I have to scroll it first to make the scroll bar appear. after that it is always there…