When trying vs-upload button on Safari for iPhone at official document page, the following error has ocurred.
The same error has ocurred not only Safari , but also Chrome.


Any news? :(
Please see here for more details and a possible fix:
Any update here ?
Removing the three lines doesn't work for me.
@luisDanielRoviraContreras
I have the same issue !!!
Hi guys,
Same issue here. The component _vs-upload_ make the webpage crash on every browser on iOS...
When can we expect a fix ? @luisDanielRoviraContreras
Have a great day everyone 👍
Please see here for more details and a possible fix:
this works perfectly!.
Just remove (or comment out) the three lines in vsUpload.vue
const input = this.$refs.fileInput
type = 'text'
type = 'file'
I didn't face any other problem so far removing those lines.
I created a PR to fix this. https://github.com/lusaxweb/vuesax/pull/943