You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!! First off, dope that you made this, nothing but respect. 😊 Trying to start live coding and I’m a browser/JS person, so glad to find an environment that would run on my iPad!
To that end, just hopped on but already have a bug that makes this unusable: on my iPad, clicking anywhere in the code editor does nothing, the cursor doesn’t move. Both with tapping the screen or using the trackpad on my keyboard. Arrow keys do work but also there’s no text cursor so that barely helps. Hopping on Gibber so I can code on my iPad (way better than any computer I’ve had!) but not quite I guess.
The interface buttons work fine, it’s just the code textarea. Just guessing, might be using click events that don’t work on mobile. Here’s a quick fix for that:
Hi!! First off, dope that you made this, nothing but respect. 😊 Trying to start live coding and I’m a browser/JS person, so glad to find an environment that would run on my iPad!
To that end, just hopped on but already have a bug that makes this unusable: on my iPad, clicking anywhere in the code editor does nothing, the cursor doesn’t move. Both with tapping the screen or using the trackpad on my keyboard. Arrow keys do work but also there’s no text cursor so that barely helps. Hopping on Gibber so I can code on my iPad (way better than any computer I’ve had!) but not quite I guess.
The interface buttons work fine, it’s just the code textarea. Just guessing, might be using click events that don’t work on mobile. Here’s a quick fix for that:
https://stackoverflow.com/a/18243981
Of course I haven’t gotten under the hood at all might be something else. Would love to Gibber on my tablet tho!!
Phoenix
The text was updated successfully, but these errors were encountered: