avokicchi / jquery-drawr

JQuery dRawr is a jquery plugin to turn any canvas element into a drawing area with a lot of useful tools and brushes.
MIT License
40 stars 20 forks source link

File load example on iOS doesn't work #37

Open avokicchi opened 3 years ago

avokicchi commented 3 years ago

The button on all the examples and the website don't work.

avokicchi commented 3 years ago

Saving works. Loading does not. File load not working, is because on iOS a file input can only be triggered by direct action by the user. Yikes. Fixable but placing an invisible opacity 0 input type file right above the save button. Crappy, but would work...