Dear Experts,
We have developed a couple of UI5 Applications which is currently facing a specific issue with the Back Button in Android Devices.
When the user clicks on the Back Button(in the app not the Physical Back button of the Phone), the flow is not taking the user back to the Launchpad.
We tried both these statements on the back button event,
window.history.back();
(AND)
window.history.go(-1);
But still the issue persists.
The below statement is how I have activated the Back Button in the UI5 Page.
<Page class="sapUiFioriObjectPage" id="idCreate" navButtonPress="handleNavBackToLPD" showNavButton="true"
title="{i18n>title}">
Please let me know if any one has faced such issues and if you were able to resolve the same.
Thanks and Regards,
Jegadeesan U