Vanessa Freudenberg
Vanessa Freudenberg
Currently the keyboard is not shown at all, I removed the content-editable hack. One possibility would be to add a hidden text field (which might also help with copy/paste). In...
I added a button, but it still uses `content-editable` and only tested on iOS: 2c28141c5d9044d4727e93fcdd5de296aad89732 We need some proper magic. E.g. it works very badly with predictive text input, when...
The plugin would use `.focus()` / `.blur()` to manage the focus of the hidden field. The browser will respond by showing/hiding the on-screen keyboard. As for having a dummy character...
Fixed by 4ccac8c9cb566fc5f675aa69f5b02ae96cb63b17
You mean saving the project as a file and then loading it the next time, right? And this is on iOS or iPadOS after saving your web app to the...
Yes, this would be desirable, and this looks like the right way to do it ☺️
Alternatively, we could iterate through the array and make sure every entry is a 2-pointer object and the first of these 2 is a bytes object (ByteSymbol / ByteString).
Okay. We could try to find (and maybe cache) `LookupKey class` by following the superclass chain from the `Processor` global to the class that has only 1 instance variable: ```...
You're right! The only difference I see is that in Caffeine, you only use the canvas cursor (Squeak Form) for the temp cursors. Otherwise it's the default HTML cursor. In...
It works in Safari Technology Preview Release 178 (Safari 17.0, WebKit 18617.1.6) ... let's hope it works in next Safari then.