We have a simple HTML5 video tag and video which, when played, should play the video within the current div it rests in. On some android devices the default action for play() seems to be to jump to fullscreen.
Is there any way to prevent this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not as far as I know. There is no way to specify that a video should or should not play full-screen using HTML5. Playing the video full-screen instead of in-place is a decision made by the browser because it makes sense for most sites…