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
Despite the fixes in #4, it is still possible to long-press on a button icon or text image and trigger the image download/share context menu. This is not great for UX and should be disabled.
Potential solutions:
Disable the context menu by adding oncontextmenu event handler and prevent the default behavior.
Use background images instead of normal image tags.
The text was updated successfully, but these errors were encountered:
Despite the fixes in #4, it is still possible to long-press on a button icon or text image and trigger the image download/share context menu. This is not great for UX and should be disabled.
Potential solutions:
oncontextmenu
event handler and prevent the default behavior.The text was updated successfully, but these errors were encountered: