I have application with input type="file" that works on ios 12.1 and previous but not in ios 12.2 (the newest one). Here is the code that I used:
<input ref="input" :accept="accept" type="file" @change="fileSelected">
It doesn't give any error when debug. I read some release document, Apple said they improve security for document and stuff in ios devices but didn't see any line for how to fix. I'm using Framework 7 + Vue + Cordova
Please anyone help? Thank you!
doesn't work
? – Blondthis.$refs.input.click();
works on old ones but not in 12.2 – Stretcherbearer:
beforeaccept
? Could you remove it ? – Blond