Android Question Activity click WebView

Noel

Member
Licensed User
Longtime User
I've got a simple app with just as Activity a WebView in it (loading a local flash file)
WebView is set to 100% screen filling.

I would like to exit the app (ExitApplication) when clicked on the Activity WebView.

B4X:
Sub Activity_Click
     ExitApplication
End Sub

For some reason I can not get this to work when using WebView!

Does Activity_Click not work when clicking WebView?
 
Top