Hi, I am currently using PhoneGap inside an android application. I have an html5 canvas which I am drawing and animating objects on. It works great on Android 2.3, but on Android 4+ the canvas does not clear even though I am calling clear with my respective animation library. I have tried both kineticjs and easel.js/tween.js. The problem occurred using both of these libraries' clear methods include the ones that get called during the libraries' animating process, so I think I can assume this is an Android 4 specific bug or some type of weird feature not allowing me to clear my canvas for some performance benefit. I've been messing with this for a week and I can't figure it out. I experienced some success clearing the canvas showing and hiding a div over the canvas. But it doesn't seem to work all the time. I'm hoping it is just some setting I can change in my app. Thanks for the help, Dan
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

