Touch and hold to download an image in mobile browser #269
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
While .yarl__slide_image {
-webkit-touch-callout: initial;
} You may also need to disable .yarl__root {
user-select: none;
-webkit-user-select: none;
} |
Beta Was this translation helpful? Give feedback.
While
yet-another-react-lightbox
does not provide a configuration option for this, you can override the existing implementation with the following CSS:You may also need to disable
user-select
on the whole lightbox to prevent awkward text/image selection side-effect of a touch callout: