Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] VS 2019 default Mobile App not rendering correct #12865

Closed
tokotech opened this issue Nov 16, 2020 · 1 comment · Fixed by #12409
Closed

[Bug] VS 2019 default Mobile App not rendering correct #12865

tokotech opened this issue Nov 16, 2020 · 1 comment · Fixed by #12409

Comments

@tokotech
Copy link

Using VS 2019 16.8.1 with Xamarin.iOS 14.4.1.3.

Start VS and create a new Mobile App (Xamarin Forms) for IPhone

Build and Deploy to IPhone with iOS 14.2

Render like this where eks Label controls is not showing

xamarinabout

xamarinbrowser

xamarinadd

@tokotech tokotech added s/unverified New report that has yet to be verified t/bug 🐛 labels Nov 16, 2020
@tokotech tokotech changed the title VS 20199 default Mobile App not rendering correct VS 2019 default Mobile App not rendering correct Nov 16, 2020
@tokotech tokotech changed the title VS 2019 default Mobile App not rendering correct [Bug] VS 2019 default Mobile App not rendering correct Nov 16, 2020
@jsuarezruiz jsuarezruiz added p/iOS 🍎 a/darkmode e/1 🕐 1 and removed s/unverified New report that has yet to be verified labels Nov 16, 2020
@jsuarezruiz jsuarezruiz self-assigned this Nov 17, 2020
@jsuarezruiz
Copy link
Contributor

The issue is related to not changing the background color of the page automatically using the dark theme. Labels use a light color, Entries a dark background, etc. but the page still uses light color. For that reason, no texts etc. are seen.

This issue will be fixed by #12409

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants