1

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?

frownyface
  • 153
  • 1
  • 8
  • Resort to Javascript in both cases for a future-proof solution (default behaviour of `playsinline`on iOS might change in the future). – VC.One Jan 16 '21 at 07:27
  • @VC.One Ah, good thinking. I totally overlooked that aspect. Thank you! – frownyface Jan 17 '21 at 18:54
  • You want this API for your ` – VC.One Jan 17 '21 at 20:14

0 Answers0