textadventures / quest

Create text adventure games
http://textadventures.co.uk/quest
MIT License
301 stars 69 forks source link

Big problems with mobiles. #1129

Open shawny43 opened 2 years ago

shawny43 commented 2 years ago

Keyboard glitching due to the Quest game screen doesn't resize imself like others apps does that broke the experience wich is impossible to play on mobile from web pages and again Android and iOS automatically show up keyboard that start bugged and make unplayable from the quest screen. And again web page is not playable at all due they sometimes be broken or just doesn't respond on interact with the game that force to reload the game from the main. Reload from browser was horrible beacause the browser sometimes return into problem from server side.

Where the mobile client version of quest? Is in the planning? Quest is an open-source project? How i can play with all theses problems?

ThePix commented 2 years ago

There is a mobile version, you can find the code here: https://github.com/textadventures/quest/tree/master/WebPlayer/Mobile

I would guess Quest is failing to identify your device as mobile, but have to admit I am not that familiar with the underlying code.