#655 [FIX] ABMTable_Clicked(PassedRowsAndColumns As List) is fired twice from mobile devices
--------------------------------------------------------------------------------------------
The table click event is fired twice when accessed from Mobile devices. It is fine from Laptop
my app test code:
B4X:
Sub tbl_clicked(PassedRowsAndColumns As List)
Log("ttt")
page.Cell(3,1).Visibility=ABM.VISIBILITY_HIDE_ALL
page.Cell(3,1).Refresh
count=count+1
Dim tblCellInfo As ABMTableCell = PassedRowsAndColumns.Get(0)
.........
end sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.