单击 MediaController 上的暂停/播放按钮时如何捕获事件
单击 MediaController 上的暂停/播放按钮时如何捕获事件。
我尝试 onKey、onTouch - 然后我单击 MediaController 上的暂停/播放按钮,但什么也没发生。
How to catch event when click pause/play button on MediaController.
i try onKey,onTouch - and then i click on pause/play button on MediaController did nothing happened.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案有点晚了,但我发布了一个相同问题的解决方案 在这里,以防您仍在寻找(或其他可能遇到此问题的人...)
//编辑:ups,没有注意到有人已经发布了链接 评论...
A bit of a late answer, but I posted a solution to an identical question overhere, in case you're still looking (or others that perhaps bump into this...)
//Edit: ups, didn't notice someone already posted a link as comment...