kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Need to add support for Microsoft Pointer Events #2

Open stowball opened 10 years ago

stowball commented 10 years ago

The touch events don't work on Windows 8 touchscreens or Windows Phone.

It would be great to add support for these

kornelski commented 10 years ago

Have you got a WP8 device? Does the mouse event fallback work?

stowball commented 10 years ago

Yes and no ☹

From: porneL Sent: ‎Thursday‎, ‎9‎ ‎January‎ ‎2014 ‎11‎:‎03‎ ‎PM To: pornel/slip Cc: Matt Stow

Have you got a WP8 device? Does the mouse event fallback work?

— Reply to this email directly or view it on GitHub.

kornelski commented 10 years ago

It's a shame that it can't work with mouse events fallback.

Do you want to try to add pointer events support? The code already supports a couple of different input methods, so it should handle a third one.

I don't have WP device myself, so it might be a while before I have a chance to work on this.

MikaelSoderstrom commented 10 years ago

I have a Lumia 920 with IE 10 and can add support for Pointer Events as soon as I'm back at my laptop.

Pointer Events support both moyse and touch (as well as other kinds of input), so I will probably just use Pointer Events if supported, and Mouse/Touch events otherwise.

kornelski commented 10 years ago

OK, go for it.

kornelski commented 10 years ago

Any progress?

plumpNation commented 10 years ago

+1

MikaelSoderstrom commented 10 years ago

Sorry, totally forgot about this. :( On the other hand, Microsoft have added Touch Events support to the latest update of IE.

henrikhermansen commented 9 years ago

Works fine for my needs in IE Mobile 10 on WP 8.0.