cozy / cozy-home-v2

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
94 stars 53 forks source link

Add momentum scrolling on iOS #830

Open bertrandbuild opened 8 years ago

bertrandbuild commented 8 years ago

When accessing to the dashboard on iOS the the scroll is "hard".

Should be solved with :

  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;

src

clochix commented 8 years ago

Thanks for reporting @Palisanka. We plan to do some work on the Home screen soon, so I'm pinging @m4dz ;-)