@sparsh0611 wrote:
Hi,
I'm using iframe to embed youtube videos as mentioned below -
<iframe src="{{collegeTutorial.safeSource(collegeTutorial.tutorials.videourl)}}" allowfullscreen></iframe>
This works fine on iOS in fullscreen mode. On android too, it displays video correctly when not in fullscreen. But, when I tap on fullscreen button in the video, the video doesn't show in fullscreen. I can hear the audio, but instead of video, a black screen is shown.
This issue is not faced always, only around 50% of the times. At other times, it displays the video correctly.
Also, if I take any action while in fullscreen, say I tap at the place where Pause button should be, the video starts showing. Also, if I open my WebInspector and close it again while still in fullscreen, then also video starts showing.I'm using following versions -
Ionic 1.7.14
Cordova 6.0.0
Android - 5.1Any help will be greatly appreciated. Thanks.
Posts: 1
Participants: 1