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
So I tested this package out on an iOS simulator and console logged for an timeForInactivity of 10 sec. It works when the app is in the foreground but does nothing in the background. Is this intentional?
The text was updated successfully, but these errors were encountered:
Hi, this should be fixed using a timer different than the default setTimeout, as I've described in #19.
A new version of this package is expected to be released the 13th August 2019.
Hi, please check out the new version. You need to provide a custom timer to the library. In your case, just use any native background timer that works on pause too.
So I tested this package out on an iOS simulator and console logged for an
timeForInactivity
of 10 sec. It works when the app is in the foreground but does nothing in the background. Is this intentional?The text was updated successfully, but these errors were encountered: