vimeo / player.js

Interact with and control an embedded Vimeo Player.
https://player.vimeo.com/api/demo
MIT License
1.44k stars 262 forks source link

Embed code is not showing fullscreen option in React App #615

Closed RohitStartbit closed 4 years ago

RohitStartbit commented 4 years ago

App was supposed to show full screen option in both the mode - landscape and portrait

Full screen mode is not shown in any mode and in only landscape view we can see other options like settings, time bar play/pause button

we have tried, inline, iframe and all possible option. Vimeo video settings is all properly set.

luwes commented 4 years ago

what's the width of the player in that case? https://vimeo.zendesk.com/hc/en-us/articles/224972808-Customizing-the-embedded-player#small

RohitStartbit commented 4 years ago

Finally got the solution with render html tag with webview for full screen, its working fine.

ashraful61 commented 1 month ago

How did you solved?