Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3d98b6e

Browse files
committed
fix(typography): enable iOS long-press context menus
- for links, this allows a range of options to be selected - for apps that want to disable this to pretend that they are native mobile apps, they can set the `-webkit-touch-callout: none;` style on their app's `html, body` Fixes #10622
1 parent d5863b8 commit 3d98b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/style/typography.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
html, body {
99
-webkit-tap-highlight-color: rgba(0,0,0,0);
10-
-webkit-touch-callout: none;
10+
-webkit-touch-callout: default;
1111

1212
min-height: 100%; // [2]
1313

0 commit comments

Comments
 (0)