Hi all,
I find a problem in corona sdk,
If I use java to write the apk for android, once user click the back key, the program will goto the previous page. But in Corona sdk, if user click the back key, the program will be closed.
I want to do the same thing in corona sdk program, once user click the back key, the program go to previous page.
Can I do this?
Thank you all