I have an issue with my FF project for a mobile application. The issue I got is that I can not scroll the list view on on of my pages when I touch an image. I need to touch on the free space above or below the picture. But on a different page It works just fine and I can scroll by touching an image.
The Site with the issue has a construcion as follows (see also the image)
The site has a list view.
The list view contains different slots which can be populated by images from my firestore database.
The slots are represented by different non-scrollable colmuns which can contain additional elements like texts etc.
I thought that this behaviour was caused by a conditional action i implemented, so I removed that. But scrolling behaviour did not change.
My second thought was that the structure using columns could be the problem.
So I wrapped a picture in a column on a site where the scrolling works as desired to test that. But still able to scroll by touching the picture after wrapping.
Does anyone have an Idea how to fix that?