When I press back button on my andriod device application get closed

I have build my first app on Ionic after that I build the apk with build.phonegap.com. When I run the APK on my Android device it’s looks perfect and everything is smooth but the only issue when I am navigating on inner pages and if i press android device back button the whole application get closed and I have to re-open the App again :frowning:

kindly help me out on this issue

You must register an event for the backbutton. Try this topic : Ionic Hardware backbutton

Can you give some more details on this? What “inner” pages are you navigating to? Maybe you can paste the structure of your states or a codepen example.