MCPcopy 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

_isIOSControlsMethod · 0.45
_watchPlaysinlineMethod · 0.45

Calls 1

_enqueueMethod · 0.45

Tested by

no test coverage detected