Giter VIP home page Giter VIP logo

Comments (4)

zillionn avatar zillionn commented on August 21, 2024

I tapped several times Send but nothing was happening, then I decided to wait and this was the result

screenshot_2018-01-01-19-00-04

from mobile-wallet.

ItsANameToo avatar ItsANameToo commented on August 21, 2024

If I understand this issue correctly, then it should be applicable to every transition in the app. If you quickly tap a button twice (or if your phone hangs for a little bit and you can tap it again) the navController.push(...) function is called twice. The first one will navigate to the next screen, while the second call will crash as the screen it expects is no longer there (as the transition already happened).

I think there would be two ways to solve this issue (any feedback would be appreciated):

  1. Keep track of a variable that indicates when we are starting a transition (e.g. aboutToNavigate) and don't allow any new transition calls as long as that variable is set.
  2. Catch the error that the navigation will throw when it is tapped twice

I believe this issue is also addressed here, but so far it does not seem to be solved by the Ionic team.

@alexbarnsley @luciorubeens What do you think?

from mobile-wallet.

alexbarnsley avatar alexbarnsley commented on August 21, 2024

Sorry @ItsANameToo i missed your comment. Yes, I'm happy for something along those lines to be implemented unless @luciorubeens is aware of any other solution which may resolve.

from mobile-wallet.

luciorubeens avatar luciorubeens commented on August 21, 2024

Closed via #188

from mobile-wallet.

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.