Files
JKVideo/components
Developer 68b8b7d665 fix: 彻底修复小窗无法拖动问题
根本原因:TouchableOpacity 内嵌在 PanResponder Animated.View 内,
  JS层 TouchableOpacity 与 Video 原生层共同阻断了 PanResponder 响应权。

修复方案:
- onStartShouldSetPanResponder: true,从 start 阶段独占响应权
- 移除主内容区的 TouchableOpacity,改用纯 View
- isDragging ref 区分点击与拖动:位移 >5px 为拖动
- onPanResponderRelease 通过 locationX/Y 坐标判断点击目标(关闭 or 跳转)
- Video 外层 View 加 pointerEvents='none' 防止原生层吞噬触摸
2026-03-25 13:36:28 +08:00
..
2026-03-25 12:55:31 +08:00
2026-03-17 22:18:05 +08:00
2026-03-17 22:18:05 +08:00
2026-03-24 23:48:04 +08:00
2026-03-19 21:53:08 +08:00
2026-03-13 21:52:09 +08:00