sveltejs / v2.svelte.dev

The Svelte v2 website
https://v2.svelte.dev
MIT License
210 stars 79 forks source link

Support HTML5 Touch API #415

Closed raphet closed 4 years ago

raphet commented 4 years ago

Request Implement HTML5 Touch API support in svelte

Reference https://caniuse.com/#feat=dragndrop

Notes Drag & drop in svelte currently only works on desktops, not mobiles (e.g. android chrome): https://github.com/sveltejs/v2.svelte.dev/issues/208

Conduitry commented 4 years ago

This isn't the right repo for feature requests in Svelte.

Also, it's not clear to me what implementing touch support would mean. You can already use all browser APIs in Svelte.

raphet commented 4 years ago

@Conduitry Ok, in that case I will close it here, but you can check comments and examples https://github.com/sveltejs/v2.svelte.dev/issues/208#issuecomment-497385604

Svelte v3 does not (or at least not working) support the html5 touch api.