Picture of Jonathan Briggs
Re: Disable media scrubbing on iE / Edge
by Jonathan Briggs - Wednesday, 7 November 2018, 3:42 PM
 

In that case, I'll go for hiding the controls altogether with this bit of CSS, as it does the job and retains click to play/pause

.mejs-controls-hide {
.mejs-controls {
visibility: hidden !important;
display: none !important;
}
}