-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
When placing html view inside a list view builder the content in iPAD overflows horizontally and is not visible. #459
Comments
I think this is a known but already fixed issue: #308 |
@DFelten Thanks for the mention there are so many issues or solutions around it . Tried looking for a fix still finding. |
Use the latest (master) flutter_html and latest Flutter stable release. |
@erickok thanks.Tthat is such a costly operation considering the cross dependencies and custom forks. |
We just released flutter_html 1.1.1 which contains the fix for this issue (as long as you are on a Flutter 1.22 or later). |
@erickok thanks a lot. I will have to go through some dependency changes and regression testing. Will plan it. Thanks a lot for the replies. |
Container(
width:deviceWidth-20,
// margin: EdgeInsets.only(left: 10.0,right:20),
child:Html(
// defaultTextStyle:new Util().getMediumSizeThinTextStylePrefferedColor(AppConstant.APP_DARK_GREY),
data: aboutUsItems[index].subTitle,
The content overflows in iPAD as attached the image and is fine in mobile devices.
The text was updated successfully, but these errors were encountered: