edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Support touch events #60

Closed edemaine closed 4 years ago

edemaine commented 4 years ago

Old iPads are limited to iOS 12.4.6 whose Safari doesn't support pointer events. We should add a fall-back to touch events in such case; maybe there's already a compatibility layer we can just load when pointer events are detected as not supported. (They're also not that different, so might also be possible to add the fallback directly.)

edemaine commented 4 years ago

@tomhull0 confirmed that this is working now. Yay!