-
-
Notifications
You must be signed in to change notification settings - Fork 908
Video Layout Black Bars Padding #521
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
Comments
Which version of flutter_html are you using? I thought this was fixed... |
I think the problem might come from my environment. While working on alternatives, "iframe" presents null properties, were pull request #475 were fixed. Removed the package, did a flutter clean, and get Packages, same results. If it's not too much of a problem could you see my code example, just to role out this is an environment issue from my side. |
Yeah this was fixed in #501 but that hasn't been released yet. You can try master if you want. |
Hi guys,
Once replaced, everything works as expected. Not sure if I can close the tickets as the tag it self generates an award behaviour, (from my end all is good). Thanks again for the quick feedback ! |
That's not ideal... iframe uses webview to render the video so it doesn't have a native feeling experience. Regardless I've confirmed the behavior is as intended on master, so when the update is released you can switch the tag back to |
Still believe this to be fixed in #501 so let us know if (after a new release or using master) you still experience this. |
HI,
Not sure if this is the proper channel to ask, as do not know if I'm missing some configuration. Recently I picked up this awesome package.
The issue is that I'm having black bars while trying to show a video. Here is my code:
Trying to give zero padding did not help, replacing it with custom Widget custom Chewie neither (I can see under the hood the package uses also chewie)
From tree inspector I can see it has a SizedBox to Infinity.
Would thanks any insight! thanks again
Bellow Screens:
The text was updated successfully, but these errors were encountered: