cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

Supports mobile? #191

Open ghost opened 7 years ago

ghost commented 7 years ago

How i can set quintus for mobile screen support?

viki53 commented 7 years ago

Hi,

Have you tried using the maximize option on setup?

With the right viewport meta tag, this should do the trick.

ghost commented 7 years ago

@viki53 Thanks for your response! I used scaleToFit:true and <meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>

works great!!

Except for something. On iphone's there's 2 sprites that doesn't render. But sounds and all other stuff works.

viki53 commented 7 years ago

Great!

About those sprites, did you investigate a little?

Try opening a dedicated issue if the problem persists… 😉