I noticed that the keyboard behaves pretty strangely in the visionOS simulator.
We tried to add a search bar to the top of our app (ornament), including a search field. As soon as the user starts typing, the keyboard disapppears. This is not happening in Safari, so I wondering what goes wrong in our app?
On our login screen, if the user presses Tab on the keyboard to get to the next field, the keyboard opens and closes again and again, so I have to restart the simulator to be able to login again. Only if I click into the fields directly, it works fine.
I am wondering if we're doing something wrong here, or if this is just a bug in the simulator and will be gone on a real device?