We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551f64c commit 9271aa1Copy full SHA for 9271aa1
js/utils/platform.js
@@ -412,7 +412,7 @@
412
// Warn the user if deviceready did not fire in a reasonable amount of time, and how to fix it.
413
function verifyPlatformReady() {
414
setTimeout(function() {
415
- if(!self.isReady) {
+ if(!self.isReady && self.isWebView()) {
416
console.warn('Possible issue: deviceready did not fire in a reasonable amount of time. ' +
417
'This can be caused by plugins in an inconsistent state. One possible solution: uninstall/remove all ' +
418
'plugins and reinstall them. Additionally, one or more plugins might be faulty or out of date.');
0 commit comments