How can I disable subtitles option in video.js player when using fullscreen mode on iOS devices? Subtitles are not enable in config, I've added these options to video.js
nativeAudioTracks: false,
nativeVideoTracks: false,
nativeTextTracks: false,
textTrackSettings: false,
preloadTextTracks: false,
Subtitles option is not showing up on standard view, but only on iOS fullscreen. A i can see Fullscreen video is controlled by iOS software, but is it possible to disable this option somehow?
iOS fullscreen Screenshot