Dustin, would you mind trying a new build with tweaking some preference values to see if it mitigates the issue you are in trouble? You can download the build from here; https://treeherder.mozilla.org/jobs?repo=try&revision=8170e957eb982111cf53e86352941b4e96da41e4&selectedTaskRun=Uwqb-2rJRxKugw01BRJqWw.0 Click "Artifacts and Debugging Tools" in the right bottom pane and `target.zip` is the build; [here](https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Uwqb-2rJRxKugw01BRJqWw/runs/0/artifacts/public/build/target.zip) is the direct link to the `target.zip` The prefs you will have to tweak are; 1) widget.disable-swipe-tracker: true <- this is mandatory 2) widget.swipe.success-threshold 3) widget.swipe.success-velocity-contribution I think the second pref is you'll have to tweak, the default value is 0.25, with 0.5 on my Windows laptop, swipe-to-nav sometimes didn't happen when I want to navigate. Thanks!
Bug 1753146 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Dustin, would you mind trying a new build with tweaking some preference values to see if it mitigates the issue you are in trouble? You can download the build from here; https://treeherder.mozilla.org/jobs?repo=try&revision=8170e957eb982111cf53e86352941b4e96da41e4&selectedTaskRun=Uwqb-2rJRxKugw01BRJqWw.0 Click "Artifacts and Debugging Tools" in the right bottom pane and `target.zip` is the build; [here](https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Uwqb-2rJRxKugw01BRJqWw/runs/0/artifacts/public/build/target.zip) is the direct link to the `target.zip` The prefs you will have to tweak are; 1) widget.disable-swipe-tracker: false <- this is mandatory 2) widget.swipe.success-threshold 3) widget.swipe.success-velocity-contribution I think the second pref is you'll have to tweak, the default value is 0.25, with 0.5 on my Windows laptop, swipe-to-nav sometimes didn't happen when I want to navigate. Thanks!