Hello
My HTML5 game is uploaded here and while I was coding it offline, I had the idea of 800x600 resolution. All the images and clicks are from
X: 0-800 and Y: 0-600
It's working ok on my laptop and also the uploaded version is also working ok when I open it from https://iashu.itch.io/rivers with password: parola
When I open it from browser on my andoid phone I can't see the bottom 180 pixels (so I see 800x420 pixels scaled to fill the whole phone screen)
I tried changing a lot of values in my index.html (usually I don't have to change it... I am starting from a empty project https://drive.google.com/file/d/1YVQ2ZV6rGjPNvJ1Hh_G9PTbyNXGMdYYX/view?usp=drive...
and only code everything in the game.js file)
I also tried changing settings on the site here, but nothing seems to work.
Can you also give some advise about how to understand when all the pictures are downloaded (preloader over)