Settings.mediaPlaybackAllowsInline

bool mediaPlaybackAllowsInline() @property

Get mediaPlaybackAllowsInline property.

Returns

Whether media playback is full-screen only or inline playback is allowed.

This is true by default, so media playback can be inline. Setting it to false allows specifying that media playback should be always fullscreen.

void mediaPlaybackAllowsInline(bool propval) @property

Set mediaPlaybackAllowsInline property.

Parameters

propvalWhether media playback is full-screen only or inline playback is allowed. This is true by default, so media playback can be inline. Setting it to false allows specifying that media playback should be always fullscreen.