Hello! If I add a NavigationView the touch Event does not get forwarded to Unity. Do you know a way how to solve this? ZStack { NavigationView { } Text("Hello World").onAppear { let api = UnityBridge.getInstance() api.show() } }