Hi All,
I've got a requirement (think browser tabs) to take a snapshot/image/etc of a WebView -or- display the WebView but make it so that it can't be interacted with.
To be honest, I'm at a bit of a loss on what to do here! I know there is native function to take a snapshot of a view but I'm lost at how to do this from a Forms app. Is there any advice or tutorials you can recommend that I can read?
Alternatively my current implementation is to display the WebViews and as render their current source, but when clicking on the WebView (despite a tap gesture on the surrounding frame), the WebView is able to be interacted with. I'd settle for a way to disable this if possible.
Thanks