WebBrowser::ScriptNotify Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when JavaScript calls the window.external.notify(<data>) method.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
In the Windows Phone 8.1 WebBrowser control, the ScriptNotify event has changed to be an asynchronous event. It was previously a synchronous event in Windows Phone 8 Silverlight apps. If a Windows Phone 8 Silverlight app is run on Windows Phone 8.1, the behavior change in ScriptNotify from synchronous to asynchronous will cause apps to execute differently.