After uploading the photo on iOS devices, the page will be refreshed
Author: hossein439Created Jul 12, 2023Updated Nov 26, 2025
Is there an existing issue for this?
- I have searched the existing issues
Have you updated FilePond and its plugins?
- I have updated FilePond and its plugins
Describe the bug
After uploading the photo on iOS devices, the page will be refreshed and my input with type file and mutiple
and I got this error and my config is
FilePondPluginImagePreview,
FilePondPluginImageResize,
FilePondPluginImageTransform,
FilePondPluginFileValidateType,
FilePondPluginFileValidateSize
);
FilePond.create(document.querySelector('#input'), {
allowRevert: false,
allowProcess: false,
allowImageCrop: false,
allowFileTypeValidation: true,
acceptedFileTypes: ['image/*'],
imagePreviewMaxHeight: 200,
maxFiles: 6,
allowFileSizeValidation: true,
maxFileSize: '20MB',
allowImageResize: true,
imageResizeTargetWidth: 200,
imageResizeTargetHeight: 200,
imageResizeMode: 'contain',
labelIdle: sellTranslate.image_add,
labelFileLoading: sellTranslate.image_loading,
labelTapToCancel: sellTranslate.image_faild,
labelMaxFileSizeExceeded: sellTranslate.image_max_file_size}```
plz help me
tnx
### Reproduction
when user log in on my website and I init filepond
### Environment
```markdown
- Device: Iphone 8
- OS: ios 16
- Browser: safariSource: pqina/filepond