TomokiMiyauci/file-select-dialog

Promise never resolves on Safari iOS 15.5

Opened this issue · 0 comments

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)