Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, Is there a way to scroll through the textbrowser without the scrollbar on Android, instead getting the swipe from anywhere on the textBrowser ?
There is, sort of, as it takes some work.
You can derive your own class from QTextBrowser, grab its events, including gestures, and based on those, set the scrollbar's position.