mobile support for client review player
Deploy / deploy (push) Failing after 5m17s

This commit is contained in:
twotalesanimation
2026-06-12 09:01:28 +02:00
parent 3248b8596a
commit 289e0c367a
5 changed files with 176 additions and 70 deletions
+5 -2
View File
@@ -250,8 +250,11 @@ export const ReviewPlayer = forwardRef<ReviewPlayerRef, ReviewPlayerProps>(
className
)}
>
{/* Video */}
<div className="relative flex-1 min-h-0 overflow-hidden">
{/* Video — tap anywhere to play/pause (pointer-events pass through canvas when not annotating) */}
<div
className="relative flex-1 min-h-0 overflow-hidden"
onClick={!isAnnotating ? togglePlayback : undefined}
>
<video
ref={videoRef}
src={videoUrl}