iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS
Coding on an iPad Pro in 2019
81–90 of 196 posts
Re: Coding on an iPad Pro in 2019
#82Programming is not just about programming tools, it is about the OS environment. I prefer being able to arrange things anywhere , and the iPad has always bugged me by rationing shared-app screen space as if I’m a child (you get up to this fraction of the screen but it must be arranged only “here” ; or, you can picture-in-picture but only the specified way; etc.). My first iPad was wonderful for web browsing until web…
I don’t have any trouble with cursor movement, but text selection is really awful a lot of the time
https://mobile.twitter.com/stroughtonsmith/status/1061198300...
I find apple has gotten bad at ui discoverability. There's a ton of ios features I learned only through forums.
Re: Coding on an iPad Pro in 2019
#83Earlier quoted context omitted.
It is the iOS version of Safari instead of the desktop version. Sites often opt for showing the mobile version.
This is fairly easily worked around for sites that look at the user agent — just build a browser app around WKWebView and set its user agent to that of desktop Safari, and boom, you’ve got desktop versions of most sites. There are a few that judge which version to deliver based on screen resolution + OS, but this can sometimes be worked around by injecting some JS to force use of desktop stylesheets. There’s probably…
The problem is, safari is better for a lot of things, and also has native adblocker integration. Would be better to be able to designate a desktop user agent in safari as well.
Re: Coding on an iPad Pro in 2019
#84For those of us married to emacs: I would love to know if anyone has succeeded in using SSH on an iPadPro with a sensible mapping of the keyboard. Every SSH I tried had some intercept of control sequences, which was fatal as far as I was concerned. This was at least couple of years ago, so perhaps there's been progress. So far, the only usable iPadPro emacs is via uVNC to a graphical remote machine, which does seem t…
Re: Coding on an iPad Pro in 2019
#85This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS
Re: Coding on an iPad Pro in 2019
#86Haven’t tried myself, but this looks very interesting:
(A lighttable-ish .NET IDE for iOS) http://continuous.codes/
Re: Coding on an iPad Pro in 2019
#87How is the experience with web IDEs like cloud9 or repl.it?
I tried using a chromebook to develop about 12-18 months ago and tried both cloud9 and repl.it. I found cloud9 a bit annoying to use. It basically spins up an EC2 instance for you that you are then connecting to, so you have pretty much a full file system which was cool, but it felt like they were really pushing Lambda as the way to go. Trying to run a bunch of dockerized microservices on a single instance (which is…
Oh, and we have a big sprint coming up for better support for tablets and touch in general.
Re: Coding on an iPad Pro in 2019
#88This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS
Re: Coding on an iPad Pro in 2019
#89This is the reason I ditched the iPad for a Surface. Windows isn't my preferred environment but the ability to run my normal tools (IDEs, command line tools, etc) really was a game changer. iPad Pro is great for creative workflows, but it's a shame it leaves programmers in the dust. It would be really great even to see something like XCode come to iOS
Re: Coding on an iPad Pro in 2019
#90The iPad Pro will become a viable "pro" device when they finally stop artificially holding it back by not allowing a full version of Safari. Edit: and of course mouse/trackpad support
So really it's a site's use of user agent rather than media queries which is breaking things for you?