You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Issue #86: Toast error message in productive app when missing picture;
- Issue #85: Android crashes when a system font has been added as an asset or resource;
- Issue #83: HtmlText Inline style with space char;
- Issue #82: LineHeight not working (Android);
Description
Using HtmlText Property with this html string:
will not work. But if the following string it works:
The difference is only the space char between : and #. Same behavior on iOS and Android.
Steps to Reproduce
Expected Behavior
Control should ignore space char in style attribute and apply color.
Actual Behavior
Control displays no text.
Basic Information
Screenshots
Reproduction Link - a link to a small demo project that reproduces this issue
Forms9HtmlStyle.zip
The text was updated successfully, but these errors were encountered: