App.IsIdle usage

I have a project that consists of one tabbed page, with my content spread over a number of tabs, and a few detail tiles that open on request. I am using a scene with an App.IsIdle trigger to close detail pages after the Idle timeout, and that works well.

What I have not been able to figure out is how to return to the first tab of of the tabbed page on idle timeout.

Cany anyone point me in the right direction?

Lawrence

Nobody can help here??

I don’t believe there is a way to do this. At least not with a TabbedPage. You’ll likely have to recreate your own tabbing mechanism with something like a single ContentPage & a GridView.