gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
909 stars 81 forks source link

Text Cursor Doesn’t Work on iPadOS #101

Open Haumed opened 1 year ago

Haumed commented 1 year ago

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