I have a webview which shows lines when scrolling up and down.
I load a simple piece of HTML into the webview and set the base URL to / and when scrolling in the web view, it will place horizontal lines even though none of those are present in the HTML.
I have attached a photo. The web view is supposed to show a white page with the text following text being repeated a couple of times.
This is a test!
Instead, it also adds horizontal lines.
Does anyone know why this might occur and a possible fix for this?

This was because the webview went just two pixels down below the text field. I guess this is essentially a bug in the webview.