Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 ViewPager 显示的片段之一中有一个 VideoView。滑动对每个片段都有效,但带有视频的片段除外。
似乎 VideoView 正在捕捉滑动事件。
关于如何解决这个问题的任何想法?
我不确定这是否有效,但理论上你只需要阻止 VideoView 使用你的 onTouch 事件,尝试制作一个自定义 VideoView 类,并通过返回 false 覆盖 onTouch 方法。