ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Publisher example app: `.resignKeyboardOnTapGesture` stops "Create publisher" button from working #421

Open lawrence-forooghian opened 1 year ago

lawrence-forooghian commented 1 year ago

We have a view modifier resignKeyboardOnTapGesture which is meant to dismiss the keyboard when the user taps on the screen. Unfortunately, this interferes with (some) other controls on the screen. In particular, it prevents us from tapping on the "Create publisher" button. So I’ve had to disable it on the create publisher screen. It would be good to find a way to maintain the keyboard-dismissing user experience if possible, but I don't have enough SwiftUI experience to suggest a fix at the moment.

Update, 2022-11-01: This also applies to the "Uploads" button that I'm adding to SettingsView as part of my work on #413.