Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
624 stars 28 forks source link

Fullscreen in Chrome: love.resize called when entering fullscreen but not when leaving fullscreen #4

Closed jiaaro closed 2 years ago

jiaaro commented 4 years ago

When entering fullscreen (chrome, macOS) love.resize is called but when leaving fullscreen love.resize isn't called again causing scaling problems (especially for text)

Davidobot commented 2 years ago

See https://github.com/Davidobot/love.js/issues/16#issuecomment-818620056