I have built an app to keep score of padel matches which can be seen at https://apps.garmin.com/en-US/apps/697552d2-271d-40cc-a059-08a936f63993
the code is also public at github under https://github.com/pedrorijo91/garmin-padel
During the match, a user will keep track of score. If the user clicks on the START/ENTER button the app shows a menu to undo the last score in case of a mistake. I'm getting the following screen when testing in a real FR945, and on all of fenix7 simulator devices: https://github.com/pedrorijo91/garmin-padel/issues/72#issuecomment-1756262743
but a user reports a different UI and behaviour (which leads to app crash eventually) using the following device:
device: Fenix 7 Pro Sapphire Solar
OS 14.36
the behaviour can be seen in the video at https://github.com/pedrorijo91/garmin-padel/issues/72#issue-1933906595
so, the question is: why is the simulator screen so different? in the simulator, when the UNDO menu appears, it does not do anything when clicking on the LAP/BACK button, but for the user it goes back to the previous screen (which is the match configuration options). Even the menus for match config are different.
what's happening? is this a known issue? how can i properly simulate the behaviour in order to debug the reported issue?