Earlier quoted context omitted.
Which means you can't select all on text which isn't editable - insane!
It honestly doesn't surprise me. Apple is not some bastion of good design. They are mediocre at best, always have been. It was pretty hilarious to me that for so many years the keyboard on iOS only had CAPITAL letters. No matter the state of the shift key, the letters on the keyboard just stayed the same. After many years they finally figured it out, but it's one example of many about how Apple just doesn't have the…
Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
431–440 of 826 posts
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#432Second most egregious issue is how every space becomes a period when typing in the Safari url/search bar. I’m using it for search 90% of the time, and directly entering URLs 10%, but Apple must think those proportions are flipped.
Free the space!
Finally - could we have a simple gesture that toggles words between lowercase, first letter capital, and all caps? Highlight a word and swipe up or something? So much needless input to make a word capitalized.
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#433Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#434Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#435I love how diverse humans are, this is literally an alien sentence to me, it's actually impossible for me to conceptualize. I'm here with my Pixel 7 mourning my Pixel 4a, which was exactly the same to me as every other phone but had the fingerprint unlock sensor on the back which is the only meaningfully differentiating feature. I guess can imagine a non-boring phone like one of those gamer phones, but I can't imaging wanting one, and I can't imagine a phone that's exciting in a way I care about. The idea of finding a phone boring enough to want to switch from it though is just crazy to me. Is scrolling instagram and texting people and googling directions somehow different and exciting on iOS?
(save i guess i'd probably be pretty excited if a company was giving me root by default and not having banking apps break because of it)
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#436Earlier quoted context omitted.
It's not just the keyboard. My iPhone 15 is often so unresponsive I am tapping twice as much. Example but the issue not limited to web browsing; Safari will do nothing, I tap again, it does the thing, then it does the thing again due to the second tap. I have to tap back to get to where I really wanted to go.
Extremely common pitfall in UI engineering. If you treat all input as a queue that's divorced from output, you end up with situations like this. It's kind of a paradox, but in many cases you need to actually discard touch inputs until your UI state has transitioned as a result of previous inputs. This gets extremely nuanced and it's hard to write straightforward rules about when you should and shouldn't do this. Some…
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#437Yeah he's right - my Pixel 10 is not as sexy as an iPhone but not only is the keyboard great but the AI integration is first class citizen.
iOS will never have first class citizen AI even if Apple finally develop their own model because Apple doesn't control the user's data.
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#438Earlier quoted context omitted.
I have this feeling for every software out there.
It’s not overly far fetched. A lot of the software and platforms we use now we’re all developed around the same time period. There’s obviously new talent coming in to the industry but the attitudes are different, and talented people like to make new things not work on someone else’s legacy code. So yeah I think it’ll continue to get worse until something new replaces iOS/Android/macOs/Windows hegemony.
Well Microsoft too, but their customers are long used to working/living in a dumpster fire.
Re: Fix the iOS keyboard before the timer hits zero or I'm switching back to Android
#439Earlier quoted context omitted.
It does make me wonder if Apple's own employees actually dog-food iOS day-to-day. It just seems like, you could stop any iPhone user in the street and ask them "How do you find the keyboard?" And get a consistently negative response, but yet nobody within Apple seemingly has noticed for YEARS. Everyone says iOS 26 did it, but I strongly disagree, I disabled most options in General -> Keyboard like three major iOS ver…
I’ve noticed since iOS 7-ish that some sliding animations have such a long tail-end easing of the animation that it blocks the touch input of the user. Like if you accidentally scroll to the side instead of down, you have to let go and wait for the side scroll to completely stop. Then I watched Tim Cook have trouble with tapping the screen multiple times for one action at one of the older WWDCs pre-COVID. I felt vali…