Hi guys! Well, I'd like to share a big frustration of mine.
I frequently find myself struggling against getting my games working properly on mobile browsers.
Before exporting my project to HTML 5, I make sure that the following list is properly checked:
I add touch functions properly
The fullscreen option is set to Letterbox integer scale
Orientation is always locked on its native orientation
Then I host the game folder on my Google Drive account. Tests on my notebook are ok, now time to test on mobile devices:
Testing in my Nokia Lumia 710 Signed as (WP) and my girfriend's Samsung Galaxy Y: Signed as (SG)
(WP)(SG)The game window doesn't stretch to fit the screen
(WP) Several images suddenly stop loading (i.e a screen renders properly, but in a second time, there are elements missing)
(SG) Touch doesn't work
(WP)(SG) Orientation is not locked, so:
(WP)(SG) Gamma Orientation doesn't work
I always face this kind of problem when I'll test my games on mobile devices. So I came here asking advice from you guys.
What would be the best way to test games in mobile devices? How do you guys usually do?
Cheers!