Closed edmundpf closed 5 years ago
There are multiple changes to colors in iOS 13, which are handled by the upcoming {N} 6.2 release and Theme 2.x. To avoid breaking in dark mode until you fix it, you can restrict your app to only use light mode for now. Check out this link for more info: https://stackoverflow.com/a/56546554
There are multiple changes to colors in iOS 13, which are handled by the upcoming {N} 6.2 release and Theme 2.x. To avoid breaking in dark mode until you fix it, you can restrict your app to only use light mode for now. Check out this link for more info: https://stackoverflow.com/a/56546554
Thanks, it's not applying any styles in light or dark mode at all, it seems to be the same as this issue where the app.css is not imported at all, for example, my prior font-awesome icons show as question marks, etc.
In short my app went from a properly styled app to only text and images (no buttons) randomly spaced on the screen with question marks everywhere, whether on dark mode or light mode
The top picture shows the current android build, the iOS app looked similar before the update, the bottom picture is the current iOS build
This looks like a different issue. Can you post the errors CLI gave you on iOS? Looks like all the CSS was not loaded.
This is all I received, I tried updating my tns-core-module as suggested from another post to remedy this, the app was still built on the phone however:
[19-10-30 12:32:12.118] Error detected during LiveSync. Error: Could not start service com.apple.mobile.house_arrest
Thanks for the help by the way I'm really stuck on this and can't seem to find any error feedback related to the CSS to help
This looks like a something specific to {N}, not the theme. Can you try asking in the Community Slack?
This looks like a something specific to {N}, not the theme. Can you try asking in the Community Slack?
sure
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Had working app with proper styles. When running app on iOS 13 app styles are non-existent, no buttons, text everywhere, icons missing, white screen, etc.
To Reproduce
Update iOS to v13 and launch nativescript app (same result in normal mode or dark mode)
Expected behavior
App retains same styles as before update.
Sample project
Additional context
Was using nativescript theme core 1.0.6 as nativescript theme core v2+ had breaking changes.