I have a WebView that I am loading from a SQLite table.
A total of 15 columns are in the table but only 12 are displayed in the WebView.
I have changed the width in HtmlCSS to 150% then 200%
But no change - only 12 colums displayed.
How can I change the width of the WebView to allow the loading of all 15 columns?
Edit:
I have discovered that if I zoom in very large, I am able to scroll to see the right most columns - all 15.
However, It is just so large that it makes no sense.
As I zoom out (making the text smaller), I am unable to scroll to see the right most columns.
Eish: I hope this makes sense