TF-3647 Disable email view zoom

This commit is contained in:
DatDang
2025-04-11 16:43:12 +07:00
committed by Dat H. Pham
parent b3506853a1
commit 94560acf01
@@ -77,6 +77,7 @@ class HtmlContentViewState extends State<HtmlContentViewer> {
final _webViewSetting = InAppWebViewSettings(
transparentBackground: true,
verticalScrollBarEnabled: false,
supportZoom: false,
);
@visibleForTesting