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
{{ message }}
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
The plugin works just fine in regular components in NativeScript with Angular, but not in app.component.
require( "nativescript-platform-css" ); is set in main.ts file, however styles in app.component.css are not applied to app.component.html layout. Same if required in app.module.ts. When using the same code in a placeholder component it works like a charm.
I'm using TabView as root navigation, therefore it would be nice if it was possible to set platform specific syles here as well.
The plugin works just fine in regular components in NativeScript with Angular, but not in
app.component.require( "nativescript-platform-css" );is set inmain.tsfile, however styles inapp.component.cssare not applied toapp.component.htmllayout. Same if required inapp.module.ts. When using the same code in a placeholder component it works like a charm.I'm using
TabViewas root navigation, therefore it would be nice if it was possible to set platform specific syles here as well.