Open MircoBabin opened 6 days ago
@lattaai1 Well you did not fix the issue. You did not even create a correct pull request.
Thanks for reporting @MircoBabin, I've blocked this AI bot. What a timeline this is.
This bug was fixed for free by Latta AI
No it wasn't. I had to spend time to figure out what the #&^$*@ was going on.
@MircoBabin I ran into this issue as well. The CSS below fixed it for me.
.filepond--item {
touch-action: auto;
}
@zmalter99 thank you! That workaround works perfectly. After including filepond.min.css
, include the workaround, e.g.:
<link rel="stylesheet" href=filepond.min.css">
<style>
/*
https://github.com/pqina/filepond/issues/1018
Workaround from @zmalter99 for issue:
On mobile when putting the finger on a photo and then trying to scroll the page by moving up or down does not work.
*/
.filepond--item {
touch-action: auto;
}
/* End workaround https://github.com/pqina/filepond/issues/1018 */
</style>
@rikschennink perhaps this workaround can be incorporated in FilePond ?
@MircoBabin I'll run some tests and if it works cross device I'll add it π
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
On mobile when putting the finger on a photo and then trying the scroll the page by moving up or down does not work.
Reproduction
I constructed a CodePen at https://codepen.io/MircoBabin/full/dyxKyqq
moveswipe your finger up. Trying to scroll down to the upload button. This does not work.Environment