feat: hide AVPlayerView default controls, use custom toolbar only

This commit is contained in:
yumoqing 2026-06-23 08:44:34 +08:00
parent f1eca64212
commit d62a3f79c1

View File

@ -3,6 +3,7 @@
"id": "videoPlayer",
"options": {
"width": "100%",
"height": "100%"
"height": "100%",
"controls": false
}
}