Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

The unprefixed fullscreen functions are incorrect


http://developer.longtailvideo.com/trac/browser/tags/mediaplayer-6.8/src/js/html5/jwplayer.html5.view.js

requestFullScreen() and cancelFullScreen() are used. Per http://fullscreen.spec.whatwg.org the correct names are requestFullscreen() and exitFullscreen().

The unprefixed fullscreenchange event isn't used at all.

Finally, there are _isMobile code paths that are WebKit-only.

Taken together, these things make it harder for browsers to get rid of the prefixed APIs.

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

Hi,

Thanks for the insight! I’ve passed this on to our developers to take a look.

Regards,
Andrew

This question has received the maximum number of answers.