I am using sap.m.splitApp to display a master view and detail view. On clicking on a doc number in master view , it shows corresponding details in detail view. This functionality is working fine in desktop.
In mobile(normal android)) , it shows just the master view(as expected according to the functionality of splitapp). However when i click on the the document number , nothing happens. It doesnt show me detail view.
I have used selectionChange event .
PS: Its working fine in desktops
I even tried to emulate the output in mobile using chrome browser of desktop , and once i resize the screen to small size , then on clicking the document number in master view , nothing happens (Same behaviour as its happening in mobile)
Amber