On iPhone and iPad devices running iOS 16.1, the last file parameters could not be obtained
Hi @user260, can you tell us:
- Which API version you are using?
- What prop are you passing into
accept? - What is the actual behaviour you are seeing vs. the behaviour you expected?
accept=“image/*”,onInput (files: File) => void The files parameter was not passed properly
I tested other iOS phones on my end and encountered the same issue where the parameters in the event were not passed properly, resulting in the inability to process the submitted file
