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

On iOS 10 cognitoUser.authenticateUser freezes the screen and consume 100% of the CPU #1

Open
lalcaraz opened this issue Feb 24, 2017 · 5 comments

Comments

@lalcaraz
Copy link

lalcaraz commented Feb 24, 2017

Hi There!

I'm implementing on Ionic (angular1) for iOS and when I use this method (cognitoUser.authenticateUser) the CPU goes up to 100%, the screen freezes and after 10 seconds everything unclogs and continues as normal. This does not happen with any other method.

Any idea? It does not happen on Android by the way.

Thanks in advance for your help.

@mcrider
Copy link

mcrider commented Feb 27, 2017

I'm also having major issues, which seem to be with BigInteger (i.e., the modPow function) since updating npm -- calling authenticateUser consistently causes Chrome to crash. I've downgraded to 1.8.0 for now to get things working again.

@lukezbikowski
Copy link

lukezbikowski commented Mar 21, 2017

Same here w/ ionic2. Any good solution (with using aws-sdk-js) ?

@lukezbikowski
Copy link

lukezbikowski commented Mar 23, 2017

If you use cordova - problem is not appearing in WKWebView. That is the best solution I have found for now (unless you want to go with ADMIN_NO_SRP_AUTH).

@kfukuyama
Copy link

Not sure if this is the proper place to say, but I'm experiencing extremely slow performance with IE11 and can confirm it's slow in bnModPow of the BigInteger implementation. Chrome and Edge are at least working fine. I wonder if anybody else is having the same experience. (using 1.17.0 )

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

5 participants