iPad HTML5 controls native fullscreen controls

NOTE the native fullscreen button only works during playback ( device restriction )
  1. // Set a player flag to enable native fullscreen
  2. mw.setConfig('EmbedPlayer.EnableIpadNativeFullscreen', true);
If we should use the native device fullscreen call, this gives you hybrid player, where controls are in HTML for in browser playback, and native controls when the fullscreen button is pressed. its not the default since often users want playback control if using html controls, ( i.e no add skip etc )
html5 qunit | flash qunit