@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