I have a sapui5 application that works fine on Android kitkat and iOS. I have used phonegap 2.9 to run it on android and iOS. I have an app that contains all the views. On login, it goes to the home view that has a tile conatainer inside a page. Tap on tile navigates to another page. This works fine on iOS and android kitkat but the navigation does not work on android 5.0(lollipop). Remote debugging shows no error in the code. When I return tile container instead of page, it works once or twice but stops working after that.
Please help to resolve this issue.
Please follow the below steps:
I faced a similar issue and it was resolved after I followed the above mentioned steps.