I may be wrong, but if a flickable element resides inside of another the inner will flick the outer. This is caused by the use of trigger and bubbling.
element.trigger('onFlick') will also trigger onFlick on every parent until HTML, if I am not completely mistaken.
I may be wrong, but if a flickable element resides inside of another the inner will flick the outer. This is caused by the use of trigger and bubbling.
element.trigger('onFlick') will also trigger onFlick on every parent until HTML, if I am not completely mistaken.