Datebox, jtsage timeflipbox on mobile - simulate inertia when rolling the date

150 views Asked by At

I'm using jqueryUI Datebox with jtsage plugin.
My problem is with the timeFlipBox on mobile devices (I'm using phonegap but the problem can be reproduced with any web browser.)
I would like to have an intertia effect when rolling the time.
link : http://dev.jtsage.com/DateBox/jqueryui/timeflipbox/

On android inertia effect is unabled by default.

On iOS I tried:

.ui-datebox-container, .ui-overlay-shadow, .ui-datebox-flipcontent, ul {
    -webkit-overflow-scrolling: touch;
}

Yet there is no inertia effect neither on android nor on iOS.

Where does it come from ?
Is there a workaround ?

0

There are 0 answers