Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vidstack/player
/ playsinline
Method
playsinline
packages/vidstack/src/player/player.tsx:460–462 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
458
459
@prop
460
get playsinline() {
461
return this._provider?.playsinline ?? false;
462
}
463
464
set playsinline(inline) {
465
this._canPlayQueue._enqueue(
'playsinline'
, () => (this._provider!.playsinline = inline));
Callers
2
_isIOSControls
Method · 0.45
_watchPlaysinline
Method · 0.45
Calls
1
_enqueue
Method · 0.45
Tested by
no test coverage detected