You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait until upload ready. The photo's are not displayed correctly, but that is not the issue. This is probably because this is my first CodePen ever and the server part of FilePond is missing.
Now put your finger in the middle of the first photo and move swipe your finger up. Trying to scroll down to the upload button. This does not work.
Putting your finger at the (very small) sides (whitespace) and moving up/down does work.
Environment
- Device: LG Mobile phone (LG-M200n)
- OS: Android 8.1.0
- Browser: Google Chrome (unknown version - don't know where to find it on the phone)
Other mobile phones as well.
The text was updated successfully, but these errors were encountered:
@zmalter99 thank you! That workaround works perfectly. After including filepond.min.css, include the workaround, e.g.:
<linkrel="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 ?
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
The text was updated successfully, but these errors were encountered: