You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks - yes, I guess having everything 'just work' was a bit hopeful of me!

    I'll have to have a think then, but I feel like the 'layout' is something that would make this easier if apps needed changing anyway, and would help a lot of people going forward too.

    Strange about the fake button behaviour though.

    In terms of swipe, presumably it's not specifically the single event, but the series of coordinates so you can do scrolling/etc? If so, since the events happen alongside the touch events, maybe we could just extend E.touch with some extra fields that signify if there's a swipe/etc? like:

    E.on('touch', e=> {
      if (e.swipe=="down") // ...
    });
    
About

Avatar for Gordon @Gordon started