Maybe, but that is exactly what is meant by backpress and what triggers the backpressed event.
Maybe on your test device, but not on an iPhone 6s. And also, as I said, swiping from left to right doesn't work, which means the backpressed event doesn't fire on any iOS version (iOS device).
OK. In my device Iphone X v 16.7.7 runs well to return the prior screen with the BackPressed top-left button and the Left to Right movement: Only for any few times.
Sure. In my iPoneX v 16.7.7 the back movement left to righ for return teh prio screen is running. But only a few times (after I receive the fatal error reported before).
Yeahhh¡¡¡ Now is running well and not have errors with several navigations beween screens (go and retunr). What What influence does the timer have on navigation between screens?
Maybe @ewpatton can provide some reason. It's very weird
@Anke
If I disable the Timer ONLY in the Screen2 and have enabled the Timer on Screen1 the app runs well and not have the fatal failure.
Wall is very curious-.....
Hi @Anke
I have tested several posibilities and I found a solution to not have the error:
1-I put all the Timers with the TimerAlwaysFire option disabled.
2-I Disabled in every Screen their Timer before go to other Screen. And I enable the Timer when every screen is accesed.
See you the attached AIA.
Whith this configuration I have not the fatal navigation error and I can the Timer active in every screen.