Red-Folder / bgs-core

Core code for the Cordova Background Service
Other
236 stars 105 forks source link

How to stop a Countdown when the App is backgrounded (Xamarin forms) #98

Open dr1sshamra opened 6 years ago

dr1sshamra commented 6 years ago

Hello everyone, i develop a Quizz App , i used Device.StartTimer to run my countdown and its works fine, also i added Sounds for the countdown, the problem is when The App is Backgrounded, the Countdown and the sounds still running. thats leading the app to be crashed. Any solution to stop the countdown/sounds on sleeps mode ? Sorry for bad english.

Red-Folder commented 6 years ago

Is this a Xamarin forms question?

I wouldn't expect this library to work with Xamarin forms

dr1sshamra commented 6 years ago

Yes !! it is . and it works good !! i just need to stop the countdown when the app is backgrounded !