Fibericon
Fibericon

Reputation: 5793

Videojs autoplay and no controls on iPhone

Is there a possible configuration for video.js that hides native controls on iPhone? I'd like to also be able to autoplay, but that's significantly less important. My main concern is to be able to use my nicely designed javascript controls, instead of the ugly, clunky native controls.

Upvotes: 1

Views: 882

Answers (1)

dml
dml

Reputation: 469

The video element is very constrained on iPhone. If you want to play HTML5 video at all, you have to use the native fullscreen player. iPads offer more freedom but are still limited compared to desktop browsers. Neither device allows autoplay. Apple's documentation has more details.

Upvotes: 1

Related Questions