Your guide to keyboard layout

RSS for tag

Discuss the WWDC21 session Your guide to keyboard layout.

Posts under wwdc21-10259 tag

10 Posts

Post

Replies

Boosts

Views

Activity

Keyboard and trackpad issue Monterey
My keyboard and trackpad don’t work since Monterey last beta version installation. I have tried to reinstall bootcamp drivers with windows utility and nothing! I have to use USB keyboard and mouse to start computer and work with. Is someone could Help me to solve this problem? MacBook Pro A1502 Monterey last beta version + windows pro
1
0
954
May ’22
Keyboard Extension Unexpectedly Disabled When Updated
Hello, I am a developer for a custom keyboard extension. We have noticed an issue long time ago that our keyboard may be disabled (either the device switches keyboard by itself or Full Access is disabled) when the user upgrades to a new version. With the release of iOS 15, we have found that this issue is getting worse as we have been receiving user feedbacks that our keyboard was removed from the keyboard list (in addition to the two disabling behaviors above), and they have had some difficulty finding our product on their device. I believe that this issue is discouraging developers from releasing new features for iOS 15 users as DAU drops every time we upload a new version. Please can anyone help us with this issue?
1
0
1.4k
Apr ’22
Impossible to set up layout with view hierarchy unprepared for constraint.
After upgrading to ios15, there are many crashes. What is the reason?? -[UIView _layoutEngine_didAddLayoutConstraint:roundingAdjustment:mutuallyExclusiveConstraints:] + 468 -[UIView _tryToAddConstraint:roundingAdjustment:mutuallyExclusiveConstraints:] + 212 -[UIView(UIConstraintBasedLayout) nsli_addConstraint:]  -[UIView(UIConstraintBasedLayout) addConstraints:]_block_invoke + 176 0x000000019b069000 + 34296 -[UIView(UIConstraintBasedLayout) addConstraints:] + 196 -[UIInputWindowControllerHostingItem updateVisibilityConstraintsForPlacement:] + 440 -[UIInputWindowControllerHostingItem updateViewConstraints] + 6888 -[UIInputWindowControllerHosting updateViewConstraints] + -[UIInputWindowController updateViewConstraints] + 92 -[UIInputWindowController changeToInputViewSet:] + 2252 ___43-[UIInputWindowController setInputViewSet:]_block_invoke.1285 + 40 ___77-[UIInputWindowController moveFromPlacement:toPlacement:starting:completion:]_block_invoke.1042 + 1600 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 724 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 248 -[UIViewAnimationState animationDidStop:finished:] + 244 0x00000001861eb000 + 821768 libdispatch.dylib __dispatch_client_callout + 20
2
0
1.1k
Mar ’22
Keyboard, SwiftUI, TextFields and TextEditor
It would be great to be able to set the first responder manually in SwiftUI (e.g. focus TextField or dismiss the keyboard). It would be great to be able to add a toolbar above the keyboard (add custom buttons like a ready or next button) It would be great to be able to automatically shrink the visible view when the keyboard comes in to view. Like a VStack with the view and the keyboard.
0
0
511
Feb ’22
How to add words to dictionary in iOS for words the keyboard suggests and for voice dictation?
For iOS, is there any way to add words into the dictionary that voice dictation recognizes and to the dictionary that the bar on top of the keyboard uses, that shows suggestions for words? I would like to make an iOS app that uses Biblical words such as "thee" and "thou". Any ideas will be appreciated.
0
0
1.1k
Feb ’22
What is wrong with the iOS Keyboard toolbar in SwiftUI
SwiftUI Toolbar has a weird behavior when applied to items in a list, I created a gist to show it: https://gist.github.com/joni8a/bc021ef597cb6efa1ab0ca277d602478. When applying the toolbar modifier to the detail view, it displays 3 buttons instead of one. If I apply the toolbar modifier to the list itself, it only gets displayed once. How can that be? How can I have a different toolbar modifier for each textfield? Have a look at: https://stackoverflow.com/questions/70810791/what-is-wrong-with-the-ios-keyboard-toolbar-in-swiftui
0
0
518
Jan ’22
Issue with textarea when displaying keyboard
I have created native app with textarea and found willshow and didshow callback is called again when dismissing the keyboard which is checked in xcode 13 & iOS 15.So my expected result for keyboard show in textarea is willshow:didshow:willhide:didhide.But i am getting the result as willshow:didshow:willshow:didshow:willhide:didhide.Kindly provide any suggestions regarding this
0
0
552
Sep ’21
Keyboard and trackpad issue Monterey
My keyboard and trackpad don’t work since Monterey last beta version installation. I have tried to reinstall bootcamp drivers with windows utility and nothing! I have to use USB keyboard and mouse to start computer and work with. Is someone could Help me to solve this problem? MacBook Pro A1502 Monterey last beta version + windows pro
Replies
1
Boosts
0
Views
954
Activity
May ’22
Keyboard Extension Unexpectedly Disabled When Updated
Hello, I am a developer for a custom keyboard extension. We have noticed an issue long time ago that our keyboard may be disabled (either the device switches keyboard by itself or Full Access is disabled) when the user upgrades to a new version. With the release of iOS 15, we have found that this issue is getting worse as we have been receiving user feedbacks that our keyboard was removed from the keyboard list (in addition to the two disabling behaviors above), and they have had some difficulty finding our product on their device. I believe that this issue is discouraging developers from releasing new features for iOS 15 users as DAU drops every time we upload a new version. Please can anyone help us with this issue?
Replies
1
Boosts
0
Views
1.4k
Activity
Apr ’22
Impossible to set up layout with view hierarchy unprepared for constraint.
After upgrading to ios15, there are many crashes. What is the reason?? -[UIView _layoutEngine_didAddLayoutConstraint:roundingAdjustment:mutuallyExclusiveConstraints:] + 468 -[UIView _tryToAddConstraint:roundingAdjustment:mutuallyExclusiveConstraints:] + 212 -[UIView(UIConstraintBasedLayout) nsli_addConstraint:]  -[UIView(UIConstraintBasedLayout) addConstraints:]_block_invoke + 176 0x000000019b069000 + 34296 -[UIView(UIConstraintBasedLayout) addConstraints:] + 196 -[UIInputWindowControllerHostingItem updateVisibilityConstraintsForPlacement:] + 440 -[UIInputWindowControllerHostingItem updateViewConstraints] + 6888 -[UIInputWindowControllerHosting updateViewConstraints] + -[UIInputWindowController updateViewConstraints] + 92 -[UIInputWindowController changeToInputViewSet:] + 2252 ___43-[UIInputWindowController setInputViewSet:]_block_invoke.1285 + 40 ___77-[UIInputWindowController moveFromPlacement:toPlacement:starting:completion:]_block_invoke.1042 + 1600 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 724 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 248 -[UIViewAnimationState animationDidStop:finished:] + 244 0x00000001861eb000 + 821768 libdispatch.dylib __dispatch_client_callout + 20
Replies
2
Boosts
0
Views
1.1k
Activity
Mar ’22
Keyboard, SwiftUI, TextFields and TextEditor
It would be great to be able to set the first responder manually in SwiftUI (e.g. focus TextField or dismiss the keyboard). It would be great to be able to add a toolbar above the keyboard (add custom buttons like a ready or next button) It would be great to be able to automatically shrink the visible view when the keyboard comes in to view. Like a VStack with the view and the keyboard.
Replies
0
Boosts
0
Views
511
Activity
Feb ’22
How to add words to dictionary in iOS for words the keyboard suggests and for voice dictation?
For iOS, is there any way to add words into the dictionary that voice dictation recognizes and to the dictionary that the bar on top of the keyboard uses, that shows suggestions for words? I would like to make an iOS app that uses Biblical words such as "thee" and "thou". Any ideas will be appreciated.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’22
How to use keyboardLayoutGuide with UIScrollView?
I see from the docs and session how to anchor a view to the keyboard using the new keyboardLayoutGuide on UIView, but how do use keyboardLayoutGuide to replace the old way of handling keyboard notifications and adjusting the contentInset of the scroll view?
Replies
0
Boosts
0
Views
1k
Activity
Feb ’22
What is wrong with the iOS Keyboard toolbar in SwiftUI
SwiftUI Toolbar has a weird behavior when applied to items in a list, I created a gist to show it: https://gist.github.com/joni8a/bc021ef597cb6efa1ab0ca277d602478. When applying the toolbar modifier to the detail view, it displays 3 buttons instead of one. If I apply the toolbar modifier to the list itself, it only gets displayed once. How can that be? How can I have a different toolbar modifier for each textfield? Have a look at: https://stackoverflow.com/questions/70810791/what-is-wrong-with-the-ios-keyboard-toolbar-in-swiftui
Replies
0
Boosts
0
Views
518
Activity
Jan ’22
Default Keyboard space bar not working properly on UITextView or UITextFiled
When tapping its behaving like long press for single click, and keyboard is flashing and keys are vanishing. Space button pressed after 3-4 time its give a single space
Replies
0
Boosts
0
Views
541
Activity
Oct ’21
Issue with textarea when displaying keyboard
I have created native app with textarea and found willshow and didshow callback is called again when dismissing the keyboard which is checked in xcode 13 & iOS 15.So my expected result for keyboard show in textarea is willshow:didshow:willhide:didhide.But i am getting the result as willshow:didshow:willshow:didshow:willhide:didhide.Kindly provide any suggestions regarding this
Replies
0
Boosts
0
Views
552
Activity
Sep ’21
Keypad Missing WhatsApp
While on a WhatsApp call, if I need to add a participant, the keypad to search for the participants name in the list of contacts does not appear, making the search extremely difficult. I'm using an iPhone 12. Attaching a screenshot for reference.
Replies
0
Boosts
0
Views
1.1k
Activity
Sep ’21