B4J Question retrieve clicked cell data from a webview loaded with DBUtils

Justcooldev

Member
Licensed User
Hi there,
I created a webview in which I loaded with DBUtils an sqlite database.

the command :
B4X:
Dim query As String = "SELECT * From MyTable"
WebView1.LoadHtml(DBUtils.ExecuteHtml(MyDatabase,query,Null,-1,True))

But I've been looking for a way so that when I click on one of the cells it retrieves the data from this one.

I've looked for DBUtils Example but I did not understand anything.

Thanks a lot.
 
Top