Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
Why my Ionic App is receiving a forced "dark mode" on Android?

My Ionic 4 app is getting a forced Dark Mode on Android 10+

I removed it on purpose from theme/variable.scss and it still has dark mode applied. As my app doesn't implement anny dark style, all my texts are blank.

This is my variable.scss file:

1st try:

@media (prefers-color-scheme: dark) {/* commented everything here*/}

2nd try:

@media (prefers-color-scheme: light) {/* commented everything here*/}

3rd try:

just removed this part.....
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

In index.html, remove 'dark' from <meta name="color-scheme" content="light dark" />

In variables.css, remove completely @media (prefers-color-scheme: dark) { body { . . . } } section.

Further Info: https://github.com/ionic-team/ionic-framework/issues/24771

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!