I am having issues with Device.StartTimer in my PCL project on Android. I have a TabbedPage application. One of the tabs has a timer which fires off every 10 seconds. But, the timer is set to OFF when the user switches to a different tab. What I have been noticing is that the timer is "queuing" up the work and then when I am on the tab(with the timer). The timer keeps firing without respecting the 10 second interval. Any thoughts, suggestions?
↧