Closed sirojinadias closed 5 years ago
Hi,
Momentum scrolling disappeared on mobile devices, at least on iOS 12 both Safari and Google Chrome.
Solved with this :
#pagewrap { overflow-y: scroll; -webkit-overflow-scrolling: touch; }
Solved with :
Hi,
Momentum scrolling disappeared on mobile devices, at least on iOS 12 both Safari and Google Chrome.
Solved with this :