Promise never resolves on Safari iOS 15.5
hanayashiki opened this issue · 0 comments
hanayashiki commented
I can confirm the case that if we call
const file = await fileDialog({
multiple: false,
strict: true,
});
on iOS, and user selects 'Gallery', the promise won't resolve. (no error thrown, just seems to never go to the next line)