printdotio / pio.js

An embeddable widget that enables users to quickly and easily monetize a webpage by enabling photo-product sales of its images.
4 stars 0 forks source link

Scrolling through collection in "Customization" step not possible on mobile #81

Open ocram opened 9 years ago

ocram commented 9 years ago

In the customization step, where you can drag the photo to the desired position on the product, you can also see your collection with all photos.

On mobile, this looks like shown below:

customization-mobile

Unfortunately, if you added more than two images, you can't get to your third (or even fourth) image in the collection. This is where the arrow points at.

Because a drag and drop operation is interpreted as "dragging the photo onto the product", you can't scroll with the drag gesture on devices with touch screens.

In the example above, you'd want to scroll to the right, which is not possible. That area should probably expand so that scrolling is not necessary.