-
Notifications
You must be signed in to change notification settings - Fork 192
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
Uncaught TypeError: Cannot read property 'then' of undefined #267
Comments
Same here, any ideas? |
@medicopedia I fixed it by manually calling |
Same problem. |
@Akeri happy to contribute to good Google results 😆 |
It happend to me as well. This is caused by a race condition of the deviceready event handlers. I hack/solved it by delaying the app rate interaction by 500 ms from the deviceready ever, giving a chance for the init method to finish |
D/SystemWebChromeClient(19365): file:///android_asset/www/plugins/cordova-plugin-apprate/www/AppRate.js: Line 223 : Uncaught TypeError: Cannot read property 'then' of undefined
I/chromium(19365): [INFO:CONSOLE(223)] "Uncaught TypeError: Cannot read property 'then' of undefined", source: file:///android_asset/www/plugins/cordova-plugin-apprate/www/AppRate.js (223)
The text was updated successfully, but these errors were encountered: