jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

jPlayer not playing audio and video in Windows 8.1 webview #191

Open sudo-plz opened 10 years ago

sudo-plz commented 10 years ago

Like the title says, create a Windows Store Project in VS2013, add a fullscreen web view that loads www.jplayer.org and none of the demos work. I suppose the different UA has to do with it: "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; WebView/2.0; rv:11.0) like Gecko"

Thanks in advance

thepag commented 10 years ago

My first thoughts are that we should be simply doing the checks and any tests for msie will fail with that UA, but that should not matter. We only test for the legacy versions 9 and lower. And a WebView should be brand new... IE10 or IE11 now anyway.

I will leave this open in case others have the issue and to remind me to look into this... "sometime"