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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,