Jul 30
On iOS/iPadOS, consider implementing "UIKeyboardTypeTwitter"
(Originally posted on the Reddit, was recommended to repost here. :)
Ever notice how Twitter and Instagram have the "#" and "@" keys very prominent on the keyboard?
Seems they use "UIKeyboardTypeTwitter":
https://developer.apple.com/documentation/uikit/uikeyboardty…
https://recoursive.com/2018/12/07/visual_guide_uikeyboardtyp…
Pros:
Since both # and @ are special cases and heavily used in NotePlan, this would make them easier to use (# requires two taps to find in the default keyboard)
Cons:
"Return" is pushed back behind the "123" key.
Something to be weighed perhaps, or a Preference to toggle.
😊
Closed
:D, ok I’ll close it then. I like the integration into the keyboard better (saves space on the toolbar), but losing return is a price too high to pay!