html5 Video tags without calling the quicktime player

ぐ巨炮叔叔 提交于 2019-12-04 23:45:25

问题


I am a iOS developer. Recently I started learning the PhoneGap. Here is my question:

I wanna do a video player apps using PhoneGap. Of course, by using the video tag, we can easily play a video with the quicktime player. But how can I disable this action (calling out the quicktime player), since I want to use a custom player instead.

Thanks a lot.


回答1:


This might help knowing some limitation https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html

Or similar discussion here on Video.JS https://github.com/videojs/video.js/issues/37 "On iPhones, Apple has made the decision that all html5 video plays in the fullscreen, native player rather than letting it play inline."



来源:https://stackoverflow.com/questions/12720023/html5-video-tags-without-calling-the-quicktime-player

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