标签: angular ionic-framework ionic4 video-player
this.videoOptions = { volume: 1.0 }; this.videoUrl = 'src/assets/videos/sanple.mp4'; this.videoPlayer.play(this.videoUrl, this.videoOptions);
我无法播放视频,单击按钮后屏幕显示为黑屏,它没有执行任何操作,也没有出现任何错误