Skip to content
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

Issue with the text size inside the FlexboxLayout #5262

Closed
tsonevn opened this issue Jan 12, 2018 · 1 comment · Fixed by #5799
Closed

Issue with the text size inside the FlexboxLayout #5262

tsonevn opened this issue Jan 12, 2018 · 1 comment · Fixed by #5799

Comments

@tsonevn
Copy link
Contributor

tsonevn commented Jan 12, 2018

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
screen shot 2018-01-12 at 3 54 10 pm

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
@lock
Copy link

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants