How to avoid automatic fullscreen on android?
aahrvatska opened this issue · 2 comments
aahrvatska commented
Hi, on android if click play, video is automatically played in full screen mode (and screen is rotated). How can I avoid this. I want to go to fullscreen only when I click on fullscreen button, otherwise I expect video to stay as it is. Please help!
I'm pretty sure this is not bug, but I still need help.
mihar-22 commented
Set playsinline on the player. It’s in the installation docs.
aahrvatska commented
Thank you!!!!