Skip to content

Unable to open a page with FormattedText on iOS #1772

@vchimev

Description

@vchimev

The page below is unable to open with 1.7.0 on iOS:

<Page>
    <StackLayout>

      <Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through;" />
      <Label style="text-transform: uppercase; text-decoration: underline line-through;">
        <Label.formattedText>
          <FormattedString>
            <FormattedString.spans>
              <Span text="label" fontAttributes="Bold" foregroundColor="#0000ff" />
              <Span text="Label" fontAttributes="Italic" foregroundColor="#00ff00" />
            </FormattedString.spans>
          </FormattedString>
        </Label.formattedText>
      </Label>

    </StackLayout>
</Page>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions