I'm trying to allow for a condition in which the user may want to use native controls. I tried implementing the nativeVideoControls variable:
nativeVideoControls: {
all: /./
}
but when I run my jPlayer, my custom controls still show up in the video, on top of the native controls. If I have autohide turned on, the custom controls do not appear until I try to play the video again. Also in this state, play and volume scrubbing does not work unless I enter fullscreen mode.
Could there be something I'm missing in my controls html to hide these? (everything disappears properly in autohide. If there were something missing in my html, I would think that the control over visibility would be the same) I don't have a working example of this feature online to use as a guide.