0
votes

I have build some ui5 apps with WEB IDE, now i want to add them to a fiori like lauchpad. My question is, is there some kind of open source opensap Launchpad available? I would like to be able to build one of my own with Tiles and Conainers how can I display the apps and custom a Theme?

I would like to hear some suggestion

3

3 Answers

0
votes

There is no OpenUI5 launchpad available, basically because this would require a backend to serve the tiles assigned etc.

But you can build your own using Tile control.

0
votes

Maybe Tile Container is what you are looking for ?

0
votes

Tanks, I have tried it with the tile control, but the navigation does not work (CrossApplicationNavigation). Maybe only in a Fiori Launchpad? I have two applications in two separate project folders, also I want to display the apps view when clicked on a tile. Is there an easy way to make this hapend? var oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation"); oCrossAppNavigator.toExternal({ target: { semanticObject : "Products", action: "display"} });