我想在iPad上的电话间隙应用程序中自动加载本地视频和音频
I want to automatically load local video and audio without clicking/swiping, etc. on a PhoneGap application on the iPad. I'm considering creating an objective-c plugin, would this be the correct way or is there another work around i.e. a plugin, javascript way etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于phonegap应用程序基本上是一个包装的web应用程序,我认为你可能不走运,苹果需要用户操作才能在iPad上播放媒体(实际上是音频,我不知道视频的任何一种方式)。 这是来源 。
请参阅用户控件或媒体播放控件部分。即使您的数据是本地的,如果没有任何操作,播放操作也会被禁用
Given that a phonegap app is basically a wrapped webapp, I think you may be out of luck, apple requires a user action to play media on the iPad (actually, audio, I don't know either way for video). Here's a source.
See the user controls or media playback controls section. Even though your data is local, the play action is disabled without an action