TF-3647 Disable email view zoom
This commit is contained in:
@@ -77,6 +77,7 @@ class HtmlContentViewState extends State<HtmlContentViewer> {
|
|||||||
final _webViewSetting = InAppWebViewSettings(
|
final _webViewSetting = InAppWebViewSettings(
|
||||||
transparentBackground: true,
|
transparentBackground: true,
|
||||||
verticalScrollBarEnabled: false,
|
verticalScrollBarEnabled: false,
|
||||||
|
supportZoom: false,
|
||||||
);
|
);
|
||||||
|
|
||||||
@visibleForTesting
|
@visibleForTesting
|
||||||
|
|||||||
Reference in New Issue
Block a user