Hello,
I've not tried to do much with mobile yet, and most of my POC stuff has warranted more power, but recently I have tried to do a simple app (less than 20 sprites, no effects, no movement).
I ran across an issue though, and I thought I would share to see if anyone has found a way around it. The only other post I found with anything relative was this, and it's been closed for almost a year.
Note: This only happens with the default android browser. I've tested on Galaxy S2 Skyrocket and Galaxy Tab 10.1
When using the default browser every touch input seems to lag behind actually doing anything by around 1 second. I have a simple app to where you press one button and a number increases. It's just a simple counter. FPS is around 40, unless I set up a drag/drop sprite (to test only), then it drops to 15 or so, but that's fine as I'm not doing any movement.
I've installed Firefox, Chrome, and Dolphin browser, and all of them do not have this issue.
Has anyone figured out why this happens in the default browser and if there is anything that can be done about it?
I know that the common idea for mobile deployment is to make it a native app, but my goal here is to just use the web as a platform as I've no need for high FPS or any special effects.
Everything seems great otherwise.
Thanks for your 2 cents.