Need to get mouse events inside webview Win 10 UWP
I am creating a win 10 UWP application. <Grid> <WebView x:Name="WebViewElm"/> </Grid> I have added a webview in it and I need to get the mouse right click and drag drop events for the webview element. But now it is taking the events for the browser. How I can handle the input events in the webview Sample of how to drag element from XAML to WebView. It's not complete solution, but might be helpful for you. XAML: <StackPanel Orientation="Vertical" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <WebView DefaultBackgroundColor="LightGray" Source="ms-appx-web:///HTMLPage1.html"