itchio / itch.io

:bug: Public itch.io issues tracker and documentation - use support instead for private information!
https://itch.io/support
239 stars 25 forks source link

PuzzleScript games don't run on mobile #826

Closed Draknek closed 6 years ago

Draknek commented 6 years ago

E.g. https://marcosd.itch.io/sleepy-players

It says "This game is not designed to run on your device", and tapping "run game" anyway results in the title screen appearing but not being interactive.

Puzzlescript games should run on touchscreen devices. E.g. https://www.puzzlescript.net/play.html?p=9ebe1e5ad44ac22259343de170a3b337 works fine.

This is on my Android phone with Chrome 66.0.3359.126

leafo commented 6 years ago

In order to remove the warning about not being compatible, you need to check Mobile friendly on the game edit page.

I'll take a closer look to see why the iframe embed of the game isn't working on a phone

leafo commented 6 years ago

I tested sleepy players by direct url in the phone and it still doesn't work. You can try here: https://v6p9d9t4.ssl.hwcdn.net/html/877883/index.html

Do you know if the mobile support is something that needs to be enabled when the game is exported?

Draknek commented 6 years ago

Huh! It shouldn't be. I guess this is a PuzzleScript bug not an itch.io bug

leafo commented 6 years ago

It might be code that's injected by puzzlescript.net on top of the game. In any case, if you figure out what's going on I'd like to know because it would be cool to support mobile puzzlescript games.