Commit 3e88871b authored by JingChao's avatar JingChao

Update fastclick.js

parent c0d9620b
...@@ -849,9 +849,9 @@ ...@@ -849,9 +849,9 @@
var innerWidth = window.innerWidth var innerWidth = window.innerWidth
if (deviceIsIOS) { if (deviceIsIOS) {
if (innerWidth >= 375 && innerHeight >= 812) { if (innerWidth >= 375 && innerHeight >= 812) {
return 400 return 420
} }
return 370 return 390
} else { } else {
return 275 return 275
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment