Results 6 comments of Ximing

Figure out that `transform: scale(-1, 1)` works as a replacement for `flex-wrap: wrap-reverse`. Only for this example as it's symmetrical.

Hope the following snippet would be helpful for those guys find this issue. It works with Hammer.js 2.0. Test in current version of Android Chrome and iOS Safari. ``` js...

It's your `Scroller` instance. ``` js let scroller = new Scroller(() => { // the callback code }) ```

Hey @ahmetozantekin Scroller and Hammer must have changed their APIs a lot during this long time. Based on your error message, "Cannot read property 'length' of undefined", and the source...

Hello @hsribei, I have plans to support this feature, but at this moment it doesn't support reading existed apkg files.

Hi @sirramin Could you try `keyCode` with "9"? I suppose the next may work as "tab" on laptop.