nchutchind/cordova-plugin-streaming-media

{ controls: false } options does not hide controls in fullscreen on iOS 12

开放

#174 创建于 2019年2月11日

 (8 条评论) (0 个反应) (0 位负责人)Java (285 个派生)batch import
bughelp wantedpull-request-welcome

仓库指标

星标
 (392 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南