Hi,
on both ICS and KK WebView doesn't respond to _LongClick as long as some websites are loading. This allways happens with play.google.com, sometimes with sueddeutsche.de if there are large adds or dynamic elements and never with purely text-based sites.
I tried:
WebView_LongClick
log("LongClick")
panelXYZ.Visible = True
and definitely Webview doesn't respond to the event until the page has loaded up to a certain point. Seems like some scripts on websites are blocking WebView events during loading or execution.
I tried to use Activity_LongClick instead but that doesn't work since WebView consumes the click
A transparent panel above the WebView didn't help either. It handles _LongClick well but pass-through of touch and click doesn't work reliable.
Any way to force event-handling on WebView no matter what content is loading or beeing displayed?
Thx
Nikolaus
on both ICS and KK WebView doesn't respond to _LongClick as long as some websites are loading. This allways happens with play.google.com, sometimes with sueddeutsche.de if there are large adds or dynamic elements and never with purely text-based sites.
I tried:
WebView_LongClick
log("LongClick")
panelXYZ.Visible = True
and definitely Webview doesn't respond to the event until the page has loaded up to a certain point. Seems like some scripts on websites are blocking WebView events during loading or execution.
I tried to use Activity_LongClick instead but that doesn't work since WebView consumes the click
A transparent panel above the WebView didn't help either. It handles _LongClick well but pass-through of touch and click doesn't work reliable.
Any way to force event-handling on WebView no matter what content is loading or beeing displayed?
Thx
Nikolaus