hardware button

Dear Team

when pressing on the home button and coming back to my application , the screen is completely screwed.
Did someone meet this prob??

the following callback are called :

onSaveInstanceState(Bundle outState)
onPause()
onStop()

did someone intercept the event on home button properly ?
any help apreciated;

david
ps

what is the best practice in term of life cycle of the layer when we leave the apps in background and then reactivated it ?
do we have to override specific methods…?

In theory, you don’t need to deal with textures at background-foreground switching. CCTextureCache do it for you.
You situation maybe an exception. Could you please paste a screenshot to show how is screwed, and tell me your environment, such as mobile phone, android version, screen resolution etc.