You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Understood if this ends up being a won't fix in case this is mostly a pet project for your own needs, but any ideas on how to potentially get iOS support? I was checking https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer and it lists Safari as no support down the entire column.
May or may not be a nail in the coffin for my usage at the moment, since I know the client will make iOS support a requirement.
The text was updated successfully, but these errors were encountered:
I didn't know that the DataTransfer API was an issue for Safari. This is very sad because even the IE (10 and later) supports it, and I don't know if there will be any workaround to make it work. When I was developing this plugin, this was the safest way to handle files. I'll take a look at this and check if there is a solution.
I suspect it's going to be a case of either completely changing what API the plugin uses or leaving the support lacking for iOS, since neither of us would be able to influence Apple to suddenly support everything :D
Understood if this ends up being a
won't fix
in case this is mostly a pet project for your own needs, but any ideas on how to potentially get iOS support? I was checking https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer and it lists Safari as no support down the entire column.May or may not be a nail in the coffin for my usage at the moment, since I know the client will make iOS support a requirement.
The text was updated successfully, but these errors were encountered: