Coding on an iPad Pro in 2019
31–40 of 196 posts
Re: Coding on an iPad Pro in 2019
#32> You Probably Can’t Run Your Code on iOS Unless It’s Python What 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
#33Re: Coding on an iPad Pro in 2019
#34I'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!
I'd say coding using just a touchscreen would be terrible, but keep in mind that tablets aren't limited to just the touchscreen. In fact, you can plug a full-sized mechanical keyboard into an iPad (though the more common keyboard is likely the smartcover.
Re: Coding on an iPad Pro in 2019
#35Anyone tried Cloud9 on an iPad Pro?
Re: Coding on an iPad Pro in 2019
#36The 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
Re: Coding on an iPad Pro in 2019
#37If I could code on an iPad Pro, I’d finally get rid of my MacBook Pro. I think that’s exactly why apple doesn’t allow this at all...
As a long time iPhone and iPad owner, I find iOS intolerable and it gets worse with every release.
Coding on an iPad would be like trying to prepare a 5 course dinner on a kid's Fisher Price kitchen or building an intricate model with Duplo Lego bricks. Maybe possible, but a terrible experience.
So what am I missing?
Re: Coding on an iPad Pro in 2019
#38Re: Coding on an iPad Pro in 2019
#39I 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…
Re: Coding on an iPad Pro in 2019
#40I haven’t looked into it beyond typing a couple of lines into the terminal but I’m wondering how useful iSh will be for people trying to go down this road. From https://ish.app - “iSH is a project to get a Linux shell environment running locally on your iOS device, using a usermode x86 emulator.”
I haven’t been able to try too much coding in iSH as opposed to SSHing out to a server, but that’s one use-case that’s on their radar.