Application in : Ionic - Cordova - Angular
Issue : I am unable to play video in landscape mode.
<iframe src="YOU-TUBE-VIDEO-URL" style='width:100%;height:100%' allowfullscreen></iframe>
If I remove allowfullscreen
attribute, landscape works fine but full screen option which is available in player is not shown and hence I am unable to view in fullscreen.
Need : Landscape along with fullscreen.