fix(ui): mobile WebView polish — tap-flash, VK haptics, VK swipe-back #149

Merged
developer merged 2 commits from feature/mobile-webview-polish into development 2026-07-01 11:23:29 +00:00
Showing only changes of commit f4dbb545e0 - Show all commits
+11
View File
@@ -124,6 +124,17 @@
.back:hover {
background: var(--surface-2);
}
/* Android in-app WebViews (Telegram, VK) flash a selection-like box on the two tappable header
controls — the title (a 10-tap debug target) and the back chevron — on a plain tap. The global
-webkit-user-select / -webkit-tap-highlight-color on #app is inherited, but those WebViews only
suppress the artifact when the properties sit DIRECTLY on the tapped element. */
h1,
.back {
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}
/* A thin, compact "<" drawn from two borders — lighter than a glyph. */
.chev {
width: 11px;