ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
193 stars 187 forks source link

Plugins not executing unless app gets minimized #222

Open svarughese91 opened 7 years ago

svarughese91 commented 7 years ago

Ionic version: (check one with "x") [ x] 1.7.16 [ ] 2.x

I'm submitting a ... (check one with "x") [ x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior: When I try to call plugins (Facebook plugin or camera plugin) when it tries to execute the plugin command it just wait to execute the command but never executes unless the app is minimized. For example, the Facebook plugin when doing facebookConnectPlugin.getLoginStatus() it just waits as it executes the command but never executes unless you minimize the app then it will execute and get the information from the call.

Expected behavior: Should just executive and get the info while the app is running without minimizing the app

insert the output from ionic info here No output - no errors everything works fine it just needs to be minimized for some reason

svarughese91 commented 7 years ago

@mhartington is there any way you could help me out? I have been stuck on this issue for a while and can't figure out whats going on