fix(mobile): remove weird zooming behaviour on videos and play/pause button delay (#24006)

disable scale gestures
This commit is contained in:
Noel S
2026-01-09 11:14:07 -08:00
committed by GitHub
parent 702499b97d
commit 88327fb872

View File

@@ -611,6 +611,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
filterQuality: FilterQuality.high,
maxScale: 1.0,
basePosition: Alignment.center,
disableScaleGestures: true,
child: SizedBox(
width: ctx.width,
height: ctx.height,