You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On desktop browsers, you can right click images to get a context menu that includes a "Copy image" context menu, but on iOS Safari, long-clicking to show the long-press context menu is disabled because -webkit-touch-callout: none is set.
As a quick hack, adding the following css and long-clicking images produces the context menu shown in the screenshot below. I'm not sure if there's any good justification for disabling the context menu on mobile devices, but if not, it'd be really convenient if it could be enabled 🙏 . There's an old ticket from 2011 that makes a similar request, but touch events didn't seem to be broken by re-enabling long-click support, so maybe things have improved since then, and the feature can be reconsidered?
On desktop browsers, you can right click images to get a context menu that includes a "Copy image" context menu, but on iOS Safari, long-clicking to show the long-press context menu is disabled because
-webkit-touch-callout: none
is set.As a quick hack, adding the following css and long-clicking images produces the context menu shown in the screenshot below. I'm not sure if there's any good justification for disabling the context menu on mobile devices, but if not, it'd be really convenient if it could be enabled 🙏 . There's an old ticket from 2011 that makes a similar request, but touch events didn't seem to be broken by re-enabling long-click support, so maybe things have improved since then, and the feature can be reconsidered?
Related:
#99
photoprism/photoprism#1233
The text was updated successfully, but these errors were encountered: