Currently I am working on Youtube videos,
I am facing a issue.
One weird thing I observed that the fullscreen option is not available for mobile app. However it is present in browser of mobile (chrome).
I researched a lot on web but didn't find the answer
Please help me, I want that fullscreen functionality
var player = new YT.Player(strId, {
"height": '200',
"width": '100%',
"videoId": 'Hmvz_lKyh',
"events": {
"onReady": onPlayerReady,
"onStateChange": onPlayerStateChange
},
"allowfullscreen": true
});