image-uploader icon indicating copy to clipboard operation
image-uploader copied to clipboard

iOS Support where possible

Open tw2113 opened this issue 6 years ago • 2 comments

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.

tw2113 avatar Oct 22 '19 19:10 tw2113

Hi,

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.

christianbayer avatar Nov 05 '19 21:11 christianbayer

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

tw2113 avatar Nov 05 '19 21:11 tw2113