I'm using a WebView to display a local HTML page. This works great, other than the fact that I need to debug some more complex functionality of the html/js that I'm adding to it. I have no way to debug this page.
When I used Xamarin a year ago, I was able to use Chrome in order debug anything in the WebView using chrome://inspect/#devices.
Now when looking at the remote devices it finds the device without issue, but the WebView isn't recognized.
I have tried the following:
Non local Source in the WebView
Physical device in place of emulation
Is this some bug that lies with how I set up my WebView?
Is this some sort of depreciated functionality?
Is there another way to debug the displayed page in my WebView?
Thank you for your time