Ma7moud3ly / micro-repl

MIT License
62 stars 5 forks source link

Lose connection if rotating the phone. #3

Closed davefes closed 5 months ago

davefes commented 1 year ago

Working for me on ESP32. Very nice job. The ESP32 dev board is even powered from my phone so can program on the go!

Syntax highlighting is probably a big ask.

Something odd happens when you rotate the phone, you lose the connection ... I am confident that it is not my data cable connections.

Turning rotate off and it works. For the editor it would be nice to go to landscape :)

Ma7moud3ly commented 1 year ago

Hello @davefes The app's behavior on screen rotation and landscape mode is a good catch and will be handled in the next release/s. Regarding the ESP32 dev board, I'm not sure you can test it and tell us your experience 🤔 And really the code editor needs a lot of work to be a code editor. It might be replaced with any open-source editor if this was possible. Thanks.

davefes commented 1 year ago

I can run a program. Took awhile to work out {} runs the interpreter, after searching how I could do a CTRL-C, CTRL-D and CTRL-X on my Samsung A03s :)

I managed to run a program a few times but after awhile I could not repeat the process. I need to work out all the symbols at the top of the terminal screen.

I am probably too use to running rshell on a Ubuntu terminal!

Ma7moud3ly commented 5 months ago