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