Looking to off Dark mode for certain page only.
Referring to Ionic documentation, below method doesn’t work, there’s no dark class showing in document body.
document.body.classList.toggle('dark', false);
Any solution?
Thanks.
1 post - 1 participant