Full Screen fails to work
jrdoughty opened this issue · 1 comments
jrdoughty commented
Unable to get full screen to work by both adding Window to the start function as:
window: { windowFeatures: FeatureMinimizable, mode: kha.WindowMode.Fullscreen }
or running Window.get(0).mode = WindowMode.Fullscreen which yields Uncaught TypeError: fullscreen error
fails in both html5 and windows builds
Using VS Code on Windows 10 and Windows 11
https://github.com/jrdoughty/GitGold is the repo I'm experimenting within, but it requires other libraries, in particular my fork of echoes
RobDangerous commented
Please use the Bug report issue template when reporting a bug.