glkote icon indicating copy to clipboard operation
glkote copied to clipboard

A Javascript display library for IF interfaces

Results 36 glkote issues
Sort by recently updated
recently updated
newest added

Fixes #49 On touchscreen devices, if you blur focus from the primary input, it can be hard to figure out how to bring the keyboard back up. ("What's that >...

Apropos https://github.com/erkyrath/glkote/issues/48 iOS native IF interpreters (including, at least, [Frotz](https://github.com/ifrotz/iosfrotz) and [iosglk](https://github.com/erkyrath/iosglk)) have a feature in common: they have a header bar at the top of the screen with a...

Open https://eblong.com/zarf/glk/glkote/sample-demo.html on iOS, and type "help." Actual: The keyboard closes. You then have to tap on the input line to open it again. (In games that include a page...

Currently, every module in the Glk JS ecosystem is a global object (window.GlkOte, window.Dialog, window.Quixe, etc). We would like to support the possibility of more than one. It should be...

https://github.com/curiousdannii/parchment/tree/glkote-test I've rejigged Parchment to use the code from the master branch of glkote. You'll need to ensure your checkout has retrieved all the submodules, but you won't need to...

First pass at moving to using ES Modules etc (#37). I have converted all the files, but at this stage only tested glkote.js and dialog.js as those are all that...

Many years ago I sent a PR for node support (#18). I think I've come up with a better plan now. So the main problem with how the various components...

@dfabulich [wrote](https://www.intfiction.org/forum/viewtopic.php?f=38&t=26849&start=0#p145826) > Lectrote is only slightly better in this sense: it uses an HTML renderer, so it can tell VoiceOver about individual paragraphs. When you type a command, you...

Because it's basically stdio. See https://github.com/erkyrath/lectrote/issues/107.

The truncation tests in unicasetest.inf fail if glk_buffer_canon_normalize_uni is passed a Uint32Array. Possibly the other functions would fail under the right circumstances, so I'm going to pass normal arrays to...