Declined
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
• 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.
Comments
Similar requests
[Feature] Add option or change how selecting a photo(s) works to prevent unintended selection
3 votes · 0 comments
[Feature] Adding a README file in a new installation
1 vote · 0 comments
[Feature] Adding a selection of themes to choose from
4 votes · 0 comments
[Feature] Unify button order between Fullscreen Preview and Gallery Selection toolbars
1 vote · 0 comments
[Feature] add selection to multiple albums
13 votes · 0 comments
No comments yet.