I see the Manipulation events for a WebView control, but I notice that do not seem to fire. Is it possible to handle Manipulation events for a WebView control?
I have ManipulationMode=”All”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, they are not. Not as part of the WebView control at least. It has to be done in the JavaScript of the page where InvokeScript may be a solution. But that’s tricky too.
Refer to : How to handle a JS event with InvokeScript in a WebView