Rik

Results 281 comments of Rik

@rowrowrowrow I don't think that's possible, maybe you can add metadata and remove it when it's no longer a mock file?

good idea to switch that to a ``, it only contains hidden fields, PR is welcome

Hi! That's the function of FilePond's internal draw loop. It should ideally be canceled when no FilePond instance is active but currently, it simply runs and does nothing.

@saravmajestic The `requestAnimationFrame` loop is only active when the page is visible to the user. When the tab is hidden FilePond uses `setTimeout` instead (since 4.4.5), otherwise it wouldn't be...

@saravmajestic once the script loads the draw loop is started. This is basically what this issue is for so the only way to prevent this right now is to not...

@AltiumWilliam The draw loop is used to detect changes in layout and animate the items and drop area accordingly. Maybe the loop can be auto-paused when FilePond is inactive, the...

@AltiumWilliam It shouldn't really impact performance that much, it will only run the function each frame, but the function doesn't do anything as long as FilePond is in idle mode...

@DavidHenri008 While it would be nice if the tick loop was not active it currently how FilePond manages layout, I'm planning to look into it in v5. That said, it...

It's not supported on Android 4.x devices running "Android Browser" but should work on version 5.x and up where the browser is powered by Chrome. I'll run some tests.