36
Views
2
Comments
Solved
Define PWA's Icon and Name dinamically
Application Type
Mobile

I've a multi tenant application that requires a different name and icon to be presented. However, going through the documentation, you can edit this with the Extensibility Configurations per Environment. However, didn't find any way to do this dynamically or simply based on a tenant

2021-03-08 09-24-09
Rúben Meireles
Solution

Hi José,

I'm not sure about PWAs, but I had a similar challenge in the past for mobile apps. This approach will work for PWAs but I don't know if there is an easy way... In summary we built all the UI in CW modules and blocks, the end user app was just a shell with the screens to place the blocks. For each tenant we would clone the end user app and customize as needed.

Hope this helps :)

Cheers,

Rúben

2023-10-06 15-09-21
José Dantas

Hello Ruben,

It is indeed one of the solutions we considered if anything else fails

Thank you for your input!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.