-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
Same here w/ ionic2. Any good solution (with using aws-sdk-js) ? |
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). |
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 |
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.
The text was updated successfully, but these errors were encountered: