2

I'm developing a mobile web app using framework7 and phonegap build and i'm testing on android device. I'm using framework7's inline pages layout and i can't manage to get scroll inertia or momentum (the feature that make a long page scrolling even after the user release the touch ending the gesture, not sure what's it's name). Atm i have no clue what to look at to obtain this behaviour. I know framework7 uses native scrolling but the device can definetly scroll on other pages and apps as i would like to.

I also tried to replicate the http://www.idangero.us/framework7/examples/tab-bar/ example copying the source files in my app but still couldn't reach the desired scroll momentum.

Any hint or tip would be appreciated.

Riccardo
  • 346
  • 2
  • 17
  • 1
    its got fixed https://github.com/nolimits4web/Framework7/commit/0259711e4ae7c621b23602ff65c083b7f3cade52 – Amir Bar Feb 16 '15 at 20:25
  • noticed! the issue was related to the fastclicks implementation of framework7. before the new release i managed to get scroll inertia adding an option to my framework7 app builder: fastClicks: false. Credits to Vladimir Kharlampidi http://www.idangero.us/framework7/forum/#!/getting-started:no-scroll-inertiamomentum – Riccardo Feb 18 '15 at 08:42

0 Answers0