In SwiftUI, the arrow shortcuts (without modifier keys) does not seem to work on iPad running iPadOS 14.
Button { ... }.keyboardShortcut(.rightArrow, modifiers: [])
However, this seem to work fine on M1 Mac.
Is this a bug? And is there a workaround?
2.1m questions
2.1m answers
60 comments
57.0k users