I'm using a Xamarin.Forms WebView to bind in a HTML webpage in my App. Now i need to execute some code within my App when a specific button in that HTML page ist clicked.
I have seen a few approaches for Android WebViews but i cant transfer it to Xamarin.Forms.
Example: How to catch element click by ID in Android webview?