Skip to content
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

Player not displayed when inside a Dialog or ModalBottomSheet #43

Open
fvisticot opened this issue Apr 20, 2023 · 1 comment
Open

Player not displayed when inside a Dialog or ModalBottomSheet #43

fvisticot opened this issue Apr 20, 2023 · 1 comment

Comments

@fvisticot
Copy link

I have no issue to display the VideoPlayer in a Web page.

When I tried to display the same player inside a Modal dialog (with showDialog) or from an ActionSheet (with showModalBottomSheet) the video is not displayed nor played.

For information the controller is corrected initialized (I get the video duration)

@denis-ilchishin
Copy link

denis-ilchishin commented May 12, 2023

Not really useful exactly in your case, when the video doesn't even play, nor to video_player_web_hls package itself. But for those who struggling with making player display in dialogs, modals, on top of other things, etc., that maybe because of how canvaskit web renderer works. Try with html renderer. That solved a lot of problems for me on web, especially with different transition effects, layer transparency and blur filters over video element

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants