From windows 8.1, AllowedScriptNotifyUris
property of webview get obsoleted and intenseness asked to set URLs in ApplicationContentUriRules
under package manifest file.
It wont allow to write *
in the url matching criteria as mentioned below.
<uap:ApplicationContentUriRules>
<uap:Rule Match="*" Type="include" WindowsRuntimeAccess="all" />
</uap:ApplicationContentUriRules>
I am not sure what URL will be loaded in webview, i want either all url to notify the script or any other way of dynamically adding URL in manifest file.
From https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.webview.aspx