hi,
i'm loading an htm file into a WebView using :
the content is automatically wrapped according to the WebView size. that's great.
the problem is that when a vertical scrollbar appears - it covers parts of the last letter in some lines :
any way to set a margin ?
Thanks,
i'm loading an htm file into a WebView using :
B4X:
wv.LoadUrl(xui.FileUri(File.DirApp,"1.htm"))
the problem is that when a vertical scrollbar appears - it covers parts of the last letter in some lines :
any way to set a margin ?
Thanks,