You can also hold down on the ‘ key and ' will pop up.
But really if you are coding on your phone frequently enough this is a major occurrence, get an external keyboard, an app designed for coding, or a device other than your phone.
DESCRIPTION: A space for anyone who uses Apple products, appreciates what they get right, and wants to talk plainly about what they don’t. This is a friendly place for healthy criticism. You don’t have to love the company. You don’t have to hate it either. If you want honest discussion about Apple hardware, software, ecosystem choices, design decisions, frustrations, or pleasant surprises, you’re welcome here.
RULES: This is a place for:
This is not a place for:
You use Apple. You think about it. (Maybe you think different). That’s all it takes to participate here.
You can also hold down on the ‘ key and ' will pop up.
But really if you are coding on your phone frequently enough this is a major occurrence, get an external keyboard, an app designed for coding, or a device other than your phone.
I used an external keyboard. It did the same thing on iOS. I cannot use an app because I have to use a GUI for some apps.
I use SSH for most other things.
Well I would blame the specific app you are using.
Try a different ssh app. I personally use iSH, which is an emulated alpine Linux shell, which may be kind of overkill but I find it convenient for doing things with ssh or small python scripts. It automatically defaults to ' instead of ‘ and also offers some other convenient keyboard settings, like ways to send the escape key.
The issue is not while using SSH. It is while using the web GUI of the apps themselves.
Honestly not a great example. There are countless cases where iOS is designed such that a feature or process works in a specific way, and if that doesn't work for you, then you're the problem. Especially with customization. Extremely basic Android stuff like widgets, a homescreen you can rearrange, and alternative keyboards took over a decade to be finally adopted by Apple. Swiping still isn't a thing AFAIK.
Swiping is available by default since iOS13 in 2019 https://www.idropnews.com/news/how-to-use-the-new-slide-to-type-keyboard-in-ios-13-and-ipados/109967
If I am the problem, the solution is not using iOS.
What is swiping?
Dragging your finger across the keyboard instead of typing. It's a lot faster.
It was popularized by third-party Android keyboards like Swype and SwiftKey about a decade ago, and has been integrated into the default keyboards for many years now.
It has been around on iOS for quite some time
Ah, good to know. Anyway, such simple qol improvements take years to arrive on iOS, and the core issue is that you're not given any choice in Apple's walled garden until they bequeath them upon you in exactly the way they see fit.
There is a subtle difference in the quotes
Anyways that setting can be changed by turning off smart punctuation in keyboard settings
I wanted to trash by iPhone
it is pushing me to stop using everything Apple.
If such a minor inconvenience that can be trivially worked around is enough to get you to destroy an iPhone and stop using Apple products altogether, what will you do when you inevitably encounter something of similar magnitude on Android? Do you think there are no bugs, inconsistencies, or questionable choices on Android?
I encounter the same smart quotes issue every now and then when I copy-paste commands from Word documents. Such documents are usually sent by customers or written by other employees. Should I quit my job over this?
It was the final straw kind of a thing. I have been having many issues or feeling restricted due to the lack of some options in iOS.
Fwiw, the iOS SDK provides a way for text fields to declare that “smart punctuation” should be disabled when typing into them.
For example, my terminal app always has it disabled. Password fields default to having smart punctuation disabled.
So I’m kinda curious how you’re doing it.
I am entering passwords in plaintext as environment variables for docker.
Through what app though?
I don’t understand the question.
What app are you running in order to edit the text files?
My guess is you’re using something meant for word processing, not working with dev tools, which could mean you’ll run into more problems than this.
Line endings, tabs vs spaces, BOM, etc. could become hard-to-debug errors if you’re not using a tool that’s designed with code/config files in mind.
I use SSH for most things, so it does not become a problem. For some things, I have to use a web GUI where this happened. But it is not coding that I do in the browser, I just enter some variables into docker compose files or search some things.
You should urgently understand the question. You would know that it's not an issue of iOS.
Please see the sidebar regarding welcoming people of any experience level and not gatekeeping based on technical skill
Probably TextEdit or some other general-purpose text editor.
iOS decides
You should paste the password from your password manager, and I'm pretty sure you're not doing that. Also why are you using iOS for Docker? If it's true, you would have the same issue with Android.
I have to use quotes around the password, that is the issue.
Again, no issue if you use a password manager. Use a password manager FFS.
Even if you have a password manager you have to type the quotes around the password.
You probably don’t understand my use case. I have to enter the password in clear text in a configuration file on a server.