aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

Screen not drawing while loading asset pack in android #370

Open ilapadula opened 8 years ago

ilapadula commented 8 years ago

While the classic preloader samples work on HTML and Flash, when building for android, the screen does not redraw once the game started loading assets, even if I use a timer to update the animation or try to add something to the screen, it freezes until the asset pack stops loading.

Is there a way to force the screen to redraw?