FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Accessing NativeScript component properties with CSS · Issue #6348 · NativeScript/NativeScript · GitHub

Accessing NativeScript component properties with CSS #6348

Description

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:

  • CLI: latest

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";
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL