1
Ask a Question / Re: screen size for HTML5 game? (to be played on mobile browser on phones/tablets)
« on: September 10, 2020, 08:35:33 pm »
Hi Yoplalala,
Yes, this works! Thanks so much for your help!! This tip should be included in the Stencylpedia article about "App Scaling" (http://www.stencyl.com/help/viewArticle/186), I'm sure this would save time & frustration for so many people like me!
Just to help future search results, I did as you suggested and this is what I changed/added:
Stencyl -> open game project -> settings -> advanced tab -> OpenFL Settings, I added the following code:
THANKS AGAIN!
Yes, this works! Thanks so much for your help!! This tip should be included in the Stencylpedia article about "App Scaling" (http://www.stencyl.com/help/viewArticle/186), I'm sure this would save time & frustration for so many people like me!
Just to help future search results, I did as you suggested and this is what I changed/added:
Stencyl -> open game project -> settings -> advanced tab -> OpenFL Settings, I added the following code:
Code: [Select]
<window resizable="true" if="html5" />
THANKS AGAIN!