android HTML5 视频标签蜂窝
我使用 android honeycomb 3.2,我可以使用 hardwareaccelerated = true
播放视频并设置 webchromeclient。 但我会在播放 之前和视频完成之后启用和禁用硬件加速,因为 js 和 css3 工作得不好。 我可以拦截什么事件?
I use android honeycomb 3.2 and I'm able to play video with hardwareaccelerated = true
and set a webchromeclient.
But I would enable and disable hardware acceleration before play a <video>
and after video is finished because js and css3 work not well.
What event can I intercept?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找的是以下两位听众。
对于开始:
对于结束:
What you're looking for are the following two listeners.
For start:
For end: