feat: enhance MobileVideoPlayer with iOS fullscreen support and touch manipulation for buttons

This commit is contained in:
kuekhaoyang
2025-11-18 19:40:28 +08:00
parent 39dedb39f5
commit cd8cccc4f5
2 changed files with 123 additions and 19 deletions
+6
View File
@@ -434,6 +434,12 @@ nav:where(.sticky, .fixed),
color: white;
cursor: pointer;
transition: all 0.2s ease;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
user-select: none;
-webkit-user-select: none;
position: relative;
z-index: 10;
}
.btn-icon:hover {