taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.19k stars 782 forks source link

onDrop play sound ios #993

Open jfcgno opened 1 year ago

jfcgno commented 1 year ago

Expected behavior

Sound file should play

Actual behavior

Works on desktop, will not play on ios

System configuration

iphone SE 2020/ Safari

Is this related to ondrop being a interact.js function not linked to the touchend gesture - and therefore not a valid interaction to start playing a audio element? Hope you can help!