Hi ,
I have used a webview for displaying HTML content in description field, I have a text in description "go to Home" and on click of that text I want to navigate to another page but i am not able to detect that click on view Model or on code-behind.
I have tried to make it a link and tried to catch the click on webview Navigating and Navigated events but it did not worked , please suggest me any idea, how can I detect the click event of any element inside a webview? any suggestion will be really helpful
Thanks
Ajay
Answers
any suggestion??
@y_SBSIC
Please check the following link:
https://medium.com/@kpbird/android-webview-detect-html-element-on-click-263431c52e01
I have Implemented this by using callback method from platform specific code.