Without the playsinline
attribute, videos will automatically go full screen when the video play button is pressed on iOS devices. I might need this full screen only behavior in the future.
Like I mentioned, iOS devices will go full screen without the playsinline
attribute. However, Android devices can play the video minimized without the attribute. Is there a simple way to replicate this behavior in android? Or should I resort to JavaScript?