Hi,
My canvas app is relaunching on any button click for the first time on app loads. Earlier it used to work as expected but suddenly it started throwing this issue.
While am troubleshooting this issue, found that rich text control is the root cause for this problem. On rich text control if we remove dynamic condition for visible property by setting a variable to true or false is giving issue. If we remove variable and set control to 'true' directly it is not reloading the app on button click and working as expected.
I also tried testing this issue by creating blank canvas app under power app solutions and tested same scenario by placing only rich text control. Still app relaunch issue is getting on button click for the first time.
Is there any issue from Microsoft going on for rich text control field.
Replication of issue:
1. Create a blank canvas app under power app solutions.
2. Create a screen1 and add rich text control and button to navigate to different screen.
3. On app start --> create a set variable to set value to false.
4. Assign set variable to visible property of rich text control.
5. Create a screen2 and add button to navigate to screen1.
6. Publish the app and test by playing the link, we will be able to see the issue.
Thanks,
Vamshi