vue-base64-file-upload icon indicating copy to clipboard operation
vue-base64-file-upload copied to clipboard

Doesn't work on Mobile?

Open iolson opened this issue 8 years ago • 1 comments

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?

iolson avatar May 29 '17 17:05 iolson

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.

ballalist avatar Jun 04 '18 07:06 ballalist