Open christianguenter2 opened 1 month ago
yes so far just navigation between apps is possible. inside an app we have to do routing and then the FLP remembers it when pressing back. Its an important functionality, which would be nice becoming part of abap2UI5 :)
not sure if we can just use the JS history API or if we have to use the UI5 routing which demands different views as far as i remember. that would be a bit more tricky.
maybe you can share as a first step a basic sample which only contains the needed functionality to test routing?
as a second step you can add a new frontend function (as it is available for the normal flp navigation) and play around with the history API of in JS. maybe you have luck. or someone else here finds a way?
i will come also back to this, but need to finish some other things before.
We like to use FLP back navigation to navigate back inside our abap2UI5 apps. Currently back navigation always returns to FLP start page. AFAIS we don't have means to do that?
Standard app in detail view, FLP back button returns to overview
If I'm not mistaken it's done via routing. Any idea whether we can do something similar?