Don't use smooth scrolling by default on non-Tizen
This commit is contained in:
@@ -372,7 +372,7 @@ define(["dom", "browser", "layoutManager"], function (dom, browser, layoutManage
|
||||
*/
|
||||
function useSmoothScroll() {
|
||||
|
||||
if (browser.tizen || browser.web0s || browser.firefox || browser.chrome) {
|
||||
if (browser.tizen) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user