Skip to Content
0
May 10, 2018 at 07:08 AM

Back button not working in mobile

213 Views Last edit May 10, 2018 at 07:09 AM 2 rev

Hai Experts,

I have developed one SAPUI5 Application where its having 2 views, from first view to second view, its navigating through routing, but when I am trying to navigate back from view2 to view1, Its not happening in mobile. but its working perfectly in desktop.

I have used the below code for naveback.

handlegoback: function() {
window.history.go(-1);
},

Kindly help me to resolve the same.

Thanks,

Muhsin