Android Webview, Phaser not scaling correctly

Hello,

i am converting a Phaser 3 game with Capacitor and Android Studio to an APK.

Everything fine, but when setting to match device pixel ratio, the Scaling is not adapting and is too large.

The game is in mode: Phaser.Scale.RESIZE.

Manually resizing additionally on window resize is not working.

With inital-scale=1 it is fine, but low-res.

Anyone experienced / solved this problem? Thanks!

:wave:

Try phaser-plugin-debug-game-scale to see what’s going on.