So i have created a form in powerapps on a SharePoint list.
I tested everthing in Chrome and everything works.
On the form i have OnSuccess: ResetForm(SharePointForm1);Navigate(SuccessMessage, ScreenTransition.CoverRight)
This works fine so it navigates to the SuccessMessage Screen. On the SuccessMessage Scren i have a timer.
Timer is set to AutoStart, 3sec
OnTimerEnd: RequestHide();Refresh(HelpDesk); Navigate(FormScreen1, ScreenTransition.CoverRight)
This works in chrome, it will close the form when the timer ends. This does not work in Edge.
What is wrong here?