teacat / tocas

👀 The fastest and most intuitive way to build diverse websites and progressive web application interfaces.
https://tocas-ui.com/
MIT License
569 stars 33 forks source link

Pusher 捲動時頓感 #722

Closed t510599 closed 4 years ago

t510599 commented 5 years ago

在電腦上還好 但是在ipad算比較明顯 (Ex: TocasUI 官網)

看來是 position: fixed 所造成的 有什麼方法可以解決這個問題嗎(?)

YamiOdymel commented 5 years ago

這個問題應該是 Webkit 的問題 #570,修復的辦法是

* {
  -webkit-overflow-scrolling: touch;
}

合併到 #570