Hi guys,
I am using DBUtils to load SQLite data and display it into WebView, here is the code
When scrolling in Webview, the title could disappear, is it possible to set title always visible in first row?
Thanks.
I am using DBUtils to load SQLite data and display it into WebView, here is the code
B4X:
WebView1.LoadHtml(DBUtils.ExecuteHtml(SQLDb, Query, Null, 0, True))
When scrolling in Webview, the title could disappear, is it possible to set title always visible in first row?
Thanks.