V8tr / KeyboardAvoidanceSwiftUI

How to move SwiftUI view up when keyboard appears https://www.vadimbulavin.com/how-to-move-swiftui-view-when-keyboard-covers-text-field/
https://www.vadimbulavin.com
The Unlicense
327 stars 36 forks source link

Broken on form #10

Open pradeepb28 opened 2 years ago

pradeepb28 commented 2 years ago

Looks like the solution doesn't adapt in a Form

Form {
//add text fields

}.keyboardAdaptive()

that's how I built my form as soon as I tap the text field it is not visible anymore on the screen.