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 only get called when app is minimized #223

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @svarughese91 on March 12, 2017 22:10

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

Copied from original issue: driftyco/ionic#10748

jgw96 commented 7 years ago

From @rapropos on March 12, 2017 22:45

Migrate to ionic-v1?

jgw96 commented 7 years ago

From @svarughese91 on March 13, 2017 2:1

What do you mean? I am currently on ionic v1 (1.7.16)

jgw96 commented 7 years ago

From @rapropos on March 13, 2017 2:28

What do you mean? I am currently on ionic v1 (1.7.16)

You filed an issue against the Ionic v2 repo.

jgw96 commented 7 years ago

From @svarughese91 on March 13, 2017 3:58

sorry didn't realize that! Thank you!