IE9 Mobile - html5 video events?

限于喜欢 提交于 2019-12-11 16:21:56

问题


Doesn't IE9 Mobile support html5 video events?

till now i got no luck with that ... and also found no information about it.

any ideas ? ;)

thx!


回答1:


it seems to only support a very, very minimal subset of what desktop ie9 can handle. So far from what I observed, ie9mobile supports e.g. "loadstart" and "canplay" events but does not fire the "ended" event just like many others. Test with your phone here to see what's possible and what not: http://www.w3.org/2010/05/video/mediaevents.html



来源:https://stackoverflow.com/questions/9608620/ie9-mobile-html5-video-events

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!