cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from full screen to Full screen and then to Split App

Former Member
0 Kudos

Hi Experts!!

I am developing a SAP UI5 application,where we have a first landing Page with four tiles ,in which on click of one of the tile we need to route to full screen app and then there is a button on click of which we have to navigate to split App.

I have referred to the SAP suggested documents with the help of which I have done the routing from a full screen to split app.However in that case my first landing page is not coming.

Request you to please provide the logic fi=or navigation between Full screen to Full screen and then to split app.

Thanks in advance.

Regards,

Rashmi Neha

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Create your app using sap.m.App, for the view that requires a split app you can use sap.m.SplitContainer to replicate the split app functionality.