what is the code for Cellphone cancel sign ?

helo every 1 can i ask? what is the code for
Cellphone cancel sign ?

"if i press a cancel sign in my CP i want my PAGE 
back into main mage, something like dat…

What does that even mean?

If you’re asking about trying to write code which cancels a phone call - you should know that no app on iOS can do that and I’d be surprised if even Google let that happen on Android.

If you just want to know when your app has been resumed after being suspended (for example, when a phone call interrupts it) you need to listen to the Runtime object for the “system” event:

http://www.coronalabs.com/blog/2012/05/15/handling-corona-system-events/

Or you mean android’s return button? Because there is no such thing as physical cancel button as in cellphones.

Or you mean android’s return button? Because there is no such thing as physical cancel button as in cellphones.

What does that even mean?

If you’re asking about trying to write code which cancels a phone call - you should know that no app on iOS can do that and I’d be surprised if even Google let that happen on Android.

If you just want to know when your app has been resumed after being suspended (for example, when a phone call interrupts it) you need to listen to the Runtime object for the “system” event:

http://www.coronalabs.com/blog/2012/05/15/handling-corona-system-events/

Or you mean android’s return button? Because there is no such thing as physical cancel button as in cellphones.

Or you mean android’s return button? Because there is no such thing as physical cancel button as in cellphones.