FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Issue with the text size inside the FlexboxLayout · Issue #5262 · NativeScript/NativeScript · GitHub

Issue with the text size inside the FlexboxLayout #5262

Description

There is an issue with properly sizing the text in the Label while using FlexboxLayout in ListView.
This issue is reproducible while reloading the data in the ListView only on iOS.

<ListView.itemTemplate>

                <StackLayout orientation="horizontal" width="100%" >
                    <FlexboxLayout  flexWrap="wrap" >
                        <Label fontSize="20" textWrap="true" text="{{itemName}}"
                        margin="0 0 0 0"       
                        />
                        
                        <Label fontSize="20" textWrap="true" text="{{itemDescription}} "
                        margin="0 10 0 5"
                        />
                    </FlexboxLayout>
                </StackLayout>
            </ListView.itemTemplate>

Archive.zip

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

  • CLI: 3.4.0
  • Cross-platform modules: 3.4.0
  • Runtime(s):3.4.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL