My needs:
There is a button on the page , when clicked , displays a control , 5s minutes later, the control is hidden .
I used CancellationTokenSource, where you can work on ios , but not in the android , the control does not display the page stuck 5s.
How can I fix it?