Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race conditions when quickly starting and completing pending transitions. #171

Open
schumannd opened this issue Jan 16, 2018 · 1 comment

Comments

@schumannd
Copy link

schumannd commented Jan 16, 2018

This might be what #169 is referring to.
The code that leads to locking up of the app:

function onMyCLick() {
      window.plugins.nativepagetransitions.fade({
          'iosdelay': -1,
          'androiddelay': -1,
          'duration': 0,
      });

     // Some work and API calls

     setTimeout(function(){window.plugins.nativepagetransitions.executePendingTransition()}, 400);

}

now when the function is called repeatedly, the screen freezes at some point but still can recieve touches. It simply does not respond anymore

@benforsrup
Copy link

Any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants