FeatureFuel
1

[Feature] Ability to prevent selection via touch

Source: immich-app/immich#31838 · opened by @plans-coding
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.

• Yes

The feature

I embed Immich and when I scroll on a device with a touch screen I accidentally end up selecting photos unintentionally now and then. It would be good if that could be prevented. I've found a way to do it, but that also prevents single-click to open the image.

@media (pointer: coarse) {
.absolute:has(> [data-thumbnail-focus-container])::after {
content: "";
position: absolute;
inset: 0;
z-index: 9999;
pointer-events: auto;
}
}

Platform

• Server
• Web
• Mobile

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests