ZhouWeikuan / cocos2d

cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.
610 stars 291 forks source link

Screen gets Blank-out on 'onPause' & 'onResume' #28

Closed sourceBreaker closed 12 years ago

sourceBreaker commented 13 years ago

In my application when i press home button and after that resume my application my textures do not get redraw.I had called CCDirector.onPause and CCDirector.onResume in my Activity`s onPause and onResume.

Do cocos2d supports this functionality if it does then how ? ? ?

i have tried this on cocos2d samples as well and they are behaving same .

oji commented 12 years ago

I'm having the same issue.