I want to control the forward and backward buttons for safari video player but don't know how to call them. Like for play, you called 'play' event or 'pause' for pausing the video. Worst case, if control is not happening, is there any way to hide or disabled this buttons?
I detect the safari browser and apply 'play' event, it's working fine but forward/backward not find anything at all.
!!navigator.userAgent.match(/Version\/[\d\.]+.*Safari/)
this will allow to do modifications only for safari. Don't have much code right now. don't know what to show here.