allowsInlineMediaPlayback property
Set to true to allow HTML5 media playback to appear inline within the screen layout, using browser-supplied controls rather than native controls.
For this to work, add the webkit-playsinline attribute to any <video> elements. The default value is false.
Implementation
bool allowsInlineMediaPlayback;