iOS Chrome Image Without weird borders, like on desktop chrome.
Android Chrome Based Trusted Web Activity Image With weird borders.
You can try for yourself if you get the borders or not on https://game.thelamdenrealm.com/ or the Play Store app https://play.google.com/store/apps/details?id=com.thelamdenrealm.game
Can some one explain this to me?
Im using drawImage like this on the canvas:
ctx.drawImage(img, position[0], position[1], 64, 64);
It draws a grid of 64x64px tiles.
I heard it might be something with the device pixel ratio but I still don't understand whats happening.