Android Question Completely disable WebView interactions

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone,
I'm exploiting WebViews to show my SVG image.
However, I wish to completely disable it in order to prevent the user to perform text-selection, clicking, dragging, everything...

My plan B is to place a transparent panel over the WebView... I was curious to know if there is a more "elegant" way to do it.

Thanks in advance
 
Top