Hi
is it possible to add an Touch Eventlistener to a webview??
touchedwebview = function()
print ("----- webview is touched !!!")
end
webview:addEventListener(“touch”,touchedwebview)
seems it does not work for me, I never get any response
thanks
chris