vue-base64-file-upload
vue-base64-file-upload copied to clipboard
Doesn't work on Mobile?
I have this running on an iPhone 6S, and can't seem to click the input to upload a file, is this the expected behavior?
I know This is long time question. I have solved this issue by add some css code like this. .vue-base64-file-upload-wrapper { input[type="file"] { z-index: 9999; } }
***Just for another users who's looking for this.