KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Mobile Safari 15 handleChange is not called when a file is selected #85

Open ahtokca opened 1 year ago

ahtokca commented 1 year ago

First things first: thank you for developing an awesome component for react.

Unfortunately I noticed that FileUploaded (react-drag-drop-files@2.3.2) doesn't work on iOS 15, mobile safari 15.

Could you please advice on how to sort it out? Thank you in advance.

ahtokca commented 1 year ago

Sorry my bad, after upgrading to 2.3.7 and add 'JPEG' to file types it works well.