This is true by default, so media playback can be inline. Setting it to false allows specifying that media playback should be always fullscreen.
Settings.mediaPlaybackAllowsInline
bool mediaPlaybackAllowsInline() @property nothrowGet mediaPlaybackAllowsInline property.
Returns
Whether media playback is full-screen only or inline playback is allowed.
void mediaPlaybackAllowsInline(bool propval) @property nothrowSet mediaPlaybackAllowsInline property.
Parameters
propval | 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. |