TF-884 Smoother horizontal scrolling for email content
This commit is contained in:
@@ -128,6 +128,7 @@ class _HtmlContentViewState extends State<HtmlContentViewer> {
|
|||||||
navigationDelegate: _onNavigation,
|
navigationDelegate: _onNavigation,
|
||||||
gestureRecognizers: {
|
gestureRecognizers: {
|
||||||
Factory<LongPressGestureRecognizer>(() => LongPressGestureRecognizer()),
|
Factory<LongPressGestureRecognizer>(() => LongPressGestureRecognizer()),
|
||||||
|
Factory<ScaleGestureRecognizer>(() => ScaleGestureRecognizer()),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user