-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image preview crash browser while scrolling on an iPhone #60
Comments
Hi, can you post your filepond configuration? Additionally, can you reproduce this with a standalone test case? |
We are using livewire and alpinejs. We will make a standalone test case, report later. FilePond.registerPlugin(FilePondPluginFileValidateType); |
Any updates here? |
I have the same problem, did you ever find a solution? |
@FilipBoe @MichaelHeinzman I asked for a standalone test case 2+ years ago, it looks like no one is willing or able to provide it, so to me that means it’s either not important or not replicable. |
I'll get one on Monday then. |
This happened to me as well. What i did to fix it is just to add a property called " imagePreviewDelay " and based on the user device (mobile/web) adjust the value. What worked for me is 200ms delay between image preview load for mobile and 50 for web. Minor "inconvenience" when adding multiple files but at least it works try this fork: https://github.com/infinity289/filepond-plugin-image-preview |
When the user uploads two or the above images, the browser scroll up and down it crashes.
Confirm that if I allowImagePreview = false, it works.
video-1655231312.mp4
I will further investigate.
Tested Fail: ios 15.5 iPhone 13 Pro, iPhone 12 Pro Max, iPhone 13 mini
Tested Success: ios 16 beta iPad
The text was updated successfully, but these errors were encountered: