# Using ScriptNotify/InvokeScriptAsync with WebView on UWP This particular sample utilize a js script that 'intercept' a right click on a link (tag "\") and capture href value ________________________________________________________________________________________________ pt-br
Este exemplo utiliza um script js que "interceptar" um clique direito em um link (tag
) e capturar o valor href ________________________________________________________________________________________________ Project Package.Appxmanifest configuration

![ScreenShot](https://raw.github.com/rubgithub/WebViewScriptNotify/master/package.appxmanifest.png) See in action

![ScreenShot](https://raw.github.com/rubgithub/WebViewScriptNotify/master/webview.gif.gif)

REFS
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.ui.xaml.controls.webview.invokescriptasync.aspx https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.webview.scriptnotify https://code.msdn.microsoft.com/windowsapps/Popup-Control-in-universel-700d46d4 http://stackoverflow.com/questions/36746705/how-can-i-move-the-mouse-in-a-uwp-app https://code.msdn.microsoft.com/windowsapps/Invoke-ScriptNotify-event-4e9e13a4 http://stackoverflow.com/questions/6041593/adding-click-event-via-addeventlistener-to-confirm-navigation-from-a-hyperlink/6042019#6042019