01 August 2010

Bugs in HTC's FlashPlayer

Working on a game for the contests, I found some problems in HTC own version of Flash Player, under Android 2.1 (waiting 2.2)

stage.displayState = StageDisplayState.FULL_SCREEN;
will break the player, resulting in an empty swf.

when requesting some stuff using URLLoader, the User Agent received by the server isn't
Mozilla/5.0 (Linux; U; Android 2.1-update1; en-gb; HTC Desire Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17
but
mozilla/5.0 (x11; u; linux i686; en-us; rv:1.9.0.3) gecko/2008100818 firefox/3.0.3

Accelerometer unsupported

Capabilities.touchscreenType is undefined

Touch event unsupported and gesture makes player hold

0.5s delay on mouse down (you must feel a little "bump" on your phone)

No comments: