Coder Social home page Coder Social logo

Comments (2)

berardo avatar berardo commented on June 1, 2024

Honestly, I think it's not an issue with this plugin, but something to do with the underlying Android natural behaviour.
You might find this link more explanatory but the bottom line is Android buttons are split into three categories, floating, raised and flat and, different from labels and other ui elements, each button category has its own state animator.
So, when buttons as tapped, Android does affect their elevation (and z translation) in a way that Angular is not notified. Notice that Angular and ZoneJS are pretty extensive on browsers, they monkey patch every asynchronous events to be 100% aware of all changes, but sadly the same is not always true for Nativescript.
You will have to find a way re-apply the bound data to your buttons after they have been tapped or go all the way around and use any component other than button and, if you miss the button natural behaviour, apply things like raising and ripple.
Sorry for not having any better idea of the top of my head.

from nativescript-ng-shadow.

berardo avatar berardo commented on June 1, 2024

Should be addressed by release 2.1.0

from nativescript-ng-shadow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.