I am trying to play inline video embedded inside iOS native app.
Whatever I do, the player keeps entering full screen automatically once the video is played.
I was trying all mentioned suggestions such as playsinline
, allowfullscreen="false"
, controls="false"
etc.
Is there a way to prevent iOS webview from entering full screen?