Hi All,
I have a WebView in my mainpage to allow user browse through web in a Windows 8.1 app. I need to get notified in my C# code whenever there is a Video getting played and after the video finished playing in the WebView. Is this possible through Script Injection
or any other method?
Edit: I can't get Youtube Player API to work in webview, because you cant fetch script remotely in your windows app. All the scripts need to be locally present. Do we have a way to make this work?
Regards