Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider other approaches to window layout #9

Open
curiousdannii opened this issue Jan 20, 2022 · 0 comments
Open

Consider other approaches to window layout #9

curiousdannii opened this issue Jan 20, 2022 · 0 comments

Comments

@curiousdannii
Copy link
Owner

Using absolutely positioned windows is likely causing issues with iOS. We could try some alternative approaches to window layout:

  1. In the most common 1 grid window and 1 buffer window, we could make the whole page scroll as the buffer window.

  2. Use CSS flexboxes to lay everything out. This would match the Glk window model much more closely, and the protocol would be much simpler. But it would be a protocol change, meaning it would need changes to GlkApi/RemGlk. WebGlkOte would need to support both protocols going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant