Ios swift – iPhone keyboard dissapear and appear again when switching between fields with onTapGesture(hideKeyboard)
I have this code in Swift (iOS 16+) and I have a login screen into my app, where the user needs to enter an email and password. I also have a .onTapGesture method on the GeometryReader { ... } wrapping…