-
Notifications
You must be signed in to change notification settings - Fork 388
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
Flutter Web - Video covers the whole screen as If it is being opened on top of the flutter app. #1734
Comments
This issue had been fixed, please try the latest code on main branch. |
@littleGnAl Do I need to reference library from main? Because I am still experiencing this and I am on version 6.3.0 which seems to be the latest on pub dev? |
Yes, it was fixed after 6.3.0. |
Have the same issue as well on 6.3.0. Could it be an issue with the iris js file rather than the package itself? |
Oh so sorry, just understood what you meant. The version is not yet published |
@Silfalion It's a break change of Flutter SDK 3.19.x, you can find more details here #1717, this fix has not been published to pub.dev yet, you need to use the main branch as a git package at this time. |
Thank you for the explanation littleGnA. I pulled from the main branch and it fixed the issue, although now a new one appeared where popping out of the page the video stream stays on screens and hides the UI underneath it. I'll open an issue for that. |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Version of the agora_rtc_engine
6.3.0
Platforms affected
Steps to reproduce
Initialise Agora
It opens camera but covers the whole screen
Expected results
The video should open inside my widget which I have specified
Actual results
The Video covers the whole screen as if it is being opened on top of the flutter app
Code sample
Here is the code of the widget I am using to display the video
The video should open in the stack but it's not
Screenshots or Video
5308ee86-62f4-4013-b3f6-1b61443760e4.mp4
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: