Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The screen size override needs to use the DPI as reference, not the density. For websites, screen.width and screen.height must be always greater or equal than window.innerWidth and window.innerHeight, otherwise there could be layout issues as the Wolvic window becomes too large. Fixes #1517
- Loading branch information