Issue
the label appears in the emulator but does not appear on android devices, how is the solution?
I use the default code
Here's the trailer
<Label Text="Start developing now" FontSize="Title"/>
Solution
Sometimes the configuration of the emulator and the configurations of the device are different.
Because of that, sometimes the default color of some components depend on the Theme.
A good way to check this is changing the BackgroundColor of the Label? Or the TextColor or the BackgroundColor of the page.
Answered By - Juan Sturla
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.