I use some hammer.js events through ionic (dragstart, dragleft, dragright, dragend). But I’ve realized something:
When my phone is in landscape mode, top on the right, bottom on the left, and I drag to the right outside of the screen, the dragend event is not triggered.
Notes:
- My phone is an iPhone 6
- It doesn’t happen in any other orientations.
- It doesn’t happen when I test in Chrome
Does anyone have an idea?