nchutchind/cordova-plugin-streaming-media
Auf GitHub ansehen{ controls: false } options does not hide controls in fullscreen on iOS 12
Open
#174 geöffnet am 11. Feb. 2019
bughelp wantedpull-request-welcome
Repository-Metriken
- Stars
- (392 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
What version of Streaming-Meda-Cordova-Plugin are you using?
2.2.0
What version of Cordova are you using?
8.0.0
What devices are affected?
iPhone Xs
Please describe the issue in detail, with relevant code samples
Executed this code:
const videoUrl = 'https://www.radiantmediaplayer.com/media/bbb-360p.mp4';
window.plugins.streamingMedia.playVideo(videoUrl, { controls: false });
to play the video.
What did you expect to happen?
Video is played in fullscreen without controls.
What actually happened?
Video is played in fullscreen with controls.