-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Set style.height
to any appropriate value to stop this message.
#1245
Comments
flutter doctor : |
this will fixed in next release? or @daohoangson you suggesting me change something in my code?i can't undesrstand ur suggestion |
This will be fixed in the next release. |
thanks man for ur fast reply |
The latest version ( |
it's working fine now, Thanks. |
That's great to hear. I'm closing this issue now. |
i am creating admin panel using flutter web,
whenever i applied this html content : '''
Get started at https://flutter.dev today.
Flutter is Google's mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
<iframe src="https://www.youtube.com/embed/qU2d9kZMIr4" ></iframe>'''
i got this warning :
Height of Platform View type: [WebViewState#409a5(lifecycle state: created)#888408485] may not be set. Defaulting to
height: 100%
.Set
style.height
to any appropriate value to stop this message.Width of Platform View type: [WebViewState#409a5(lifecycle state: created)#888408485] may not be set. Defaulting to
width: 100%
.Set
style.width
to any appropriate value to stop this message.if i removed this <iframe src="https://www.youtube.com/embed/qU2d9kZMIr4" ></iframe> no warning
plz help me as soon as possible
The text was updated successfully, but these errors were encountered: