D
Deleted member 103
Guest
Hi,
this feature is available for Android, there is something for iOS?
this feature is available for Android, there is something for iOS?
B4X:
Public Sub SimulateClick(b As View)
Dim r As Reflector
r.Target = b
r.RunMethod("performClick")
End Sub