mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
6d8de72daf
This error occurs when the first touch is initiated: [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. Added logic to confirm that the error can be cancelled before event.preventDefault.