Hi,
I am using the WebView control in my App but it does not have a property to enable JavaScript (the corresponding native WebBrowser control has a IsScriptEnabled for the same). Also, the native control has two events - "Navigating" and "Navigated" to handle some custom logic...which are not available in the WebView Control.
Do we have a way to get these in Xamarin forms or a custom renderer I may use for the same. I tried creating one myself but am not able to get the two events working.
Can someone provide a working example?
Thanks