-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full screen method #29
Comments
@ruudboon Do you mean a fullscreen event? , which will return true or false |
No, a method to trigger fullscreen from JS. I'm thinking about a page in my app that will display a countdown and small preview of a streaming video. On 0 I want to launch it fullscreen. |
@ruudboon Is it for Web platform or/and Native platforms? For the time being on Native is always fullscreen. |
@jepiqueau Web app. But maybe I will switch to native. Fullscreen in more important then embed for me. |
@ruudboon Ok i will have a look but it will be only for web app. |
@jepiqueau Thnx! appreciate it. |
@ruudboon is it something urgent? It will accessible through api. i will see the feasibility. It may be also interesting to double click on the embedded video to get it fullscreen |
@jepiqueau No it's not urgent at this point. Gonna work this weekend on a proof of concept. Got some more boxes to tick. If it all pans out I probably need this functionality in a few months. |
Would it be possible to add a fullscreen method? I would like to trigger fullscreen video from my app on embed video.
I can imagine this isn't technically possible but maybe it is :D
The text was updated successfully, but these errors were encountered: