[SOLVED] Rendering issue on Android 7.1 / Chrome

On android 7.1 I’m getting an issue where the canvas is the right size for the device but the playcanvas window doesn’t render properly. It looks like a devicePixelRatio issue but I’ve tried this on and off. If the devicePixelRatio isn’t 1 the rendered area gets even smaller.

It’s working fine on other highdpi mobiles. But looks like Android 7 may be the culprit.

devicePixelRatio of this device is 2.625

Note that the button at the top is just HTML

Known Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=696126
This has been already fixed. Not aware if it is already shipped.

Thanks Max. Will update the guys testing.

2 Likes