leecrossley / cordova-plugin-shake

Cordova / PhoneGap Plugin to detect when a physical device performs a shake gesture
http://ilee.co.uk
92 stars 33 forks source link

Background mode not working #38

Open haribabumsc opened 3 years ago

haribabumsc commented 3 years ago

Hi there,

Can someone help me with the background mode of the shake option enabled? any example code would be helpful,

Scenario 1: Works fine: Foreground Launch App Shake the mobile Shake is triggered

Scenario 2: Does not work: Background when the app is minimized

   Launch App
   Shake the mobile
   Shake is not triggered

Scenario 3: Does not work: Background when the app is minimized and phone locked

    Launch App
    Shake the mobile
    Shake is not triggered

Please advise me, Thanks in advance.