Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    This is not what the question poster asked. He said he would like the scrollbar to appear on top of the web view content Commented Jul 14, 2014 at 20:10
  • 11
    It works but you will not be able to scroll the screen when keyboard is open Commented Feb 3, 2015 at 13:31
  • 4
    android:scrollbarThumbVertical="@null" Add this on scrollview if you want your screen to scroll when keyboard is open :) Commented Feb 17, 2017 at 19:52