Hi Community,I have a requirement where we need to switch to dark theme in PWA mobile application.So is there any way we can achieve this feature. Cause I have got no solution on this on any previous forum questions.
Hi @Sanji San , The way we develop Dark themes in a mobile application is similar to how it is done in a PWA (Progressive Web App) mobile application. Please refer to these Forge components for theming. 1.mobile-theme-switcher-darklight2.mobile-dark-theme
Thank you Venkatesaiya for your reply, will check on this.
Hi @Sanji San
Since you're working with O11 mobile projects, the recommended approach would be:
This will be cleaner, have zero external dependency and future-proof.
I have added below oml file you can check:
I hope this helps
Thanks