Do you develop Elm on a mobile device?

I’m thinking of doing Elm development on my mobile devices, both iOS and Android but I have never done it before so I’m curious to hear from others what the experience is like and what type of tooling setup you have.

You need an arm64 binary, which does not exist.

Are you talking about doing actual development from mobile device or are you talking about developing mobile apps with Elm. Both is possible. I’m programming from iPad for ~6 months now. The setup is simple remote server, ssh and emacs. It requires internet connection. I’ve seen people are using Raspberry Pi with iPad for offline development. If you want to develop mobile apps then Cordova can be used.

2 Likes

Yes, doing actual development on the device. :slight_smile: Thank you, that was precisely the type of info I was hoping for.

If you’d like to know more I’m very open to share knowledge.

That’s how it works for me.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.