Last active
June 8, 2022 14:43
-
-
Save dfeinzimer/f25dabb90ab06caf5387739b8b00dab4 to your computer and use it in GitHub Desktop.
Modified NavigationView & Keyboard Glitch
This has been reported to Apple as FB10034457
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update
This behavior is still observed with iOS 16.0 and the newly introduced
NavigationStack
component.About
The above demonstrates a layout glitch that occurs when a
NavigationView
has certain modifiers applied and a keyboard is opened.When line 57 (
.cornerRadius(8)
) is removed, the behavior is not present.Affected/Unaffected Devices
Affected:
iPad 9th Gen iOS 15.4 Simulator (Vertical)
iPad 9th Gen iOS 15.4.1 Physical (Vertical)
iPad Pro 12.9" 5th Gen iOS 15.4 Simulator (Horizontal & Vertical)
iPhone 13 Pro Max iOS 15.4 Simulator (Vertical)
iPhone SE 2nd Gen iOS 15.4 Simulator (Vertical)
iPhone SE 2nd Gen iOS 15.5 Physical (Vertical)
iPhone SE 3rd Gen iOS 15.4 Simulator (Vertical)
Unaffected:
iPad 9th Gen iOS 15.4.1 Physical (Horizontal)
iPad Air 5th Gen iOS 15.4 Simulator (Horizontal & Vertical)
iPhone 13 Pro Max iOS 15.4 Simulator (Horizontal)
iPhone SE 2nd Gen iOS 15.4 Simulator (Horizontal)
iPhone SE 2nd Gen iOS 15.5 Physical (Horizontal)
iPhone SE 3rd Gen iOS 15.4 Simulator (Horizontal)
Visual Samples
Bad:
Good: