ionic 5 forcing light theme for the browser app

Moblize IT picture Moblize IT · Mar 22, 2020 · Viewed 12k times · Source

i have built this app https://cvirus.app and build and deployed on browser.

on chrome browser on android phones it renders dark background (as dark theme is being applied by default it seems).

I want to force light theme everywhere no matter what device what browser. how do I do that?

commenting dark colors portins in theme/variables.scss did not work

Answer

erdemgunenc picture erdemgunenc · Apr 19, 2020

you should comment ios body and md body classes at the theme/variables.scss then it will become light mode. enter image description here