Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70860

[Warning] Native: deviceready did not fire within 2000ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them. (app.bundle.js, line 63826)

$
0
0

@seiboldsoft wrote:

Hello,

ive a little problem running my app on an IPad (Remote Build). I get the Message above. Anything seems to work fine except Facebook.

It looks like that the Facebook4-Plugin isnt loaded within 2seconds.

Ive done all serviceprocessses within my this.platform.ready() since those may take a while

export class SplashPage {

constructor(public nav:NavController, public platform:Platform, public syncService:SyncService, public sqlService:SqlService, public http:Http) {
    this.platform.ready().then(() => {   console.log("trying to sync");   ///all my stuff }
}

I get these informations aswell.

[Log] deviceready has not fired after 5 seconds. (cordova.js, line 1119)
[Log] Channel not fired: onPluginsReady (cordova.js, line 1112)
[Log] Channel not fired: onCordovaReady (cordova.js, line 1112)
[Log] DEVICE READY FIRED AFTER (2) (console-via-logger.js, line 173)

Any Idea what may be faulty? Im not sure if its the Facebook-Plugin since it doesnt show the faulty plugin.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70860

Trending Articles