Commit 80beaf42 authored by JingChao's avatar JingChao

Update fastclick.js

parent 3e88871b
...@@ -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 420 return 430
} }
return 390 return 400
} 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