Tell us about the problem
According to the docs you can set a component property using CSS as longs as it's of a primitive type; However, trying to set androidTabsPosition property of the TabView doesn't seem to work.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Playground Reproduction
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
TabView {
tab-background-color: #53ba82;
selected-tab-text-color : white;
android-selected-tab-highlight-color: #71f7ad;
android-tabs-position: "bottom";
}
Reactions are currently unavailable
Tell us about the problem
According to the docs you can set a component property using CSS as longs as it's of a primitive type; However, trying to set androidTabsPosition property of the TabView doesn't seem to work.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Playground Reproduction
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
TabView { tab-background-color: #53ba82; selected-tab-text-color : white; android-selected-tab-highlight-color: #71f7ad; android-tabs-position: "bottom"; }