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
Using absolutely positioned windows is likely causing issues with iOS. We could try some alternative approaches to window layout:
In the most common 1 grid window and 1 buffer window, we could make the whole page scroll as the buffer window.
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.
The text was updated successfully, but these errors were encountered:
Using absolutely positioned windows is likely causing issues with iOS. We could try some alternative approaches to window layout:
In the most common 1 grid window and 1 buffer window, we could make the whole page scroll as the buffer window.
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.
The text was updated successfully, but these errors were encountered: