Android Question Another question about Webview

Lary Yenta

Member
Licensed User
Longtime User
I was wondering how one can get WebView to show the most number of rows in a table? I have my webview in a panel which loads into a scrollview control on my main page. (Similar to SQLite examples. I have one of my tables that could be quite long and in a "perfect" world, I would love to be able to show my data one month at a time (of course a bit more is also fine). So, is there any way one could maximize the number of rows that will fit into one WebView?

Thanks,

Lary
 

Lary Yenta

Member
Licensed User
Longtime User
Thanks , Erel. I chose to use WebView so that I could produce a nice and easy report. Most of the time, the webview report for the last 100 readings will be just fine. What I am getting is just the last 30-40 readings.
i may have to rethink this one report.

lary
 
Upvote 0
Top