Acknowledged

some touch events not triggering first time after returning from other view

On fenix 7 on the real device (simulator does not have this problem) an onRelease event or onDrag event will not trigger the first time after returning from another view or menu via a popview or switchtoview call. onHold and Tap will work fine right away while onRelease and onDrag will require two attempts before triggering. This causes some issues when one handles inputs with displaying something while onHold is triggered and then removing it when released as the first time it does not release.

This behavior happens using InputDelegate or Behavior delegate in the same manner.

Does anything need to be initialized in the delegate when returning from a different view or menu?