Ejemplo 1: ionic consiguiendo deshabilitar automáticamente el modo oscuro en Android
One way to remove the dark theme would be by editing the variables.scss file and removing this style rule:
@media (prefers-color-scheme: dark) {
...
}
Ejemplo 2: tema siempre oscuro para móviles iónicos en la web
// Change from dark to light. If you have not modified the variable.scss. it should be in line 79.
@media (prefers-color-scheme: dark)
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)