Coding on an iPad Pro in 2019
11–20 of 196 posts
Re: Coding on an iPad Pro in 2019
#12Re: Coding on an iPad Pro in 2019
#13What about JavaScript? IIRC React Native uses the JavaScriptCore engine, which Apple offers to "provide the ability to evaluate JavaScript programs from within Swift, Objective-C, and C-based apps". [1]
[1]: https://developer.apple.com/documentation/javascriptcore
Re: Coding on an iPad Pro in 2019
#14My experience was that coding was definitely not as smooth as on my laptop, but I took an approach several folks here have called out: using a cloud-based VM and connecting to it remotely. I used the Termius app, which was pretty solid.
I got my initial inspiration from http://yieldthought.com/post/12239282034/swapped-my-macbook-... (and the followup http://yieldthought.com/post/31857050698/ipad-linode-1-year-... )
Re: Coding on an iPad Pro in 2019
#15I'm struggling to work out why anyone would want to do this. Leaving aside the other concerns, I personally find input via touchscreen pretty painful and can't imagine being able to program at any real speed. It's entirely possible I'm missing something though!
Re: Coding on an iPad Pro in 2019
#16Re: Coding on an iPad Pro in 2019
#17Alternative title: "Hitting yourself in the head with a hammer, because it feels so great when you stop."
Re: Coding on an iPad Pro in 2019
#18Edit: and of course mouse/trackpad support
Re: Coding on an iPad Pro in 2019
#19How is the experience with web IDEs like cloud9 or repl.it?
I haven't tried repl.it, but the ace editor (which cloud9 uses) doesn't support the arrow keys on the external keyboard for iOS which is a deal breaker for me.[1]
Code Sandbox [2] however allows you to select which editor (Monaco or CodeMirror) and CodeMirror has a fix for handling the arrow keys. I've found Code Sandbox works pretty well on my iPad - it has a nice Github integration so I can commit directly or open pull requests from the web IDE.
[1]: https://github.com/ajaxorg/ace/pull/3172 [2]: https://codesandbox.io
Re: Coding on an iPad Pro in 2019
#20I actually just recently tried to use an iPad Pro for coding (more specifically, I tried to not use my laptop at all for several days, fully replacing it with an iPad). My experience was that coding was definitely not as smooth as on my laptop, but I took an approach several folks here have called out: using a cloud-based VM and connecting to it remotely. I used the Termius app, which was pretty solid. I got my initi…
Termius is probably one of the best apps I've ever used, period. It's very well-made and well-designed and I had no qualms shelling out for the full version even though I hardly needed the extra features.
I still prefer a Linux/Mac/Windows OS but this is pretty handy once you get the hang of it.