TF-884 Smoother horizontal scrolling for email content

This commit is contained in:
dab246
2022-09-07 16:15:52 +07:00
committed by Dat H. Pham
parent 4ecd64ae48
commit 1dbbb468f2
@@ -128,6 +128,7 @@ class _HtmlContentViewState extends State<HtmlContentViewer> {
navigationDelegate: _onNavigation,
gestureRecognizers: {
Factory<LongPressGestureRecognizer>(() => LongPressGestureRecognizer()),
Factory<ScaleGestureRecognizer>(() => ScaleGestureRecognizer()),
},
);
}