You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have an Ionic app, in Android everything works as expected. But in iOS when app goes to background the time elapsed is not considered. For ex: If I'm tracking for 120 seconds and app goes to background at 80th second and comes back to foreground, then time tracks from 80th second only. Time elapsed in the background is not considered.
To Reproduce:
You can use iOS device with running iOS 12 or 13. And test the Description explained.
Expected behavior :
Even when app goes to background, the time elapsed should be considered.
Environment:
Mobile or Desktop: Any iOS Mobile
Browser: NA
Version: iOS version 12 or above
Angular version: Ionic 3/4
NodeJS version: 10.17.0
Language (TypeScript x.x, ES5, ES2015, etc.): Typescript
The text was updated successfully, but these errors were encountered:
a similar issue is happening with me when idle.onTimeout is not firing when the app is running in background for chrome and edge but is working fine for firefox. I am sure it is because of background task suspension in chrome and edge but the library should have a solution for that.
I am also facing the same issue but only for iOS. For Android it is working as expected but for iOS it is not working. Does anyone have any solution for the same?
Describe the bug
I have an Ionic app, in Android everything works as expected. But in iOS when app goes to background the time elapsed is not considered. For ex: If I'm tracking for 120 seconds and app goes to background at 80th second and comes back to foreground, then time tracks from 80th second only. Time elapsed in the background is not considered.
To Reproduce:
You can use iOS device with running iOS 12 or 13. And test the Description explained.
Expected behavior :
Even when app goes to background, the time elapsed should be considered.
Environment:
The text was updated successfully, but these errors were encountered: