James Eberhardt
Results
2
issues of
James Eberhardt
I'm getting the following error on Android (I haven't tested it out on iOS yet): > Can't bind to 'state' since it isn't a known property of 'ion-pullup'. I had...
On Android API level 24+, there is a property in the JobInfo object called [flexMillis](https://developer.android.com/reference/android/app/job/JobInfo#getFlexMillis()). This affects when a periodic task will be executed from the interval time. Currently, BGTask...
enhancement