Mobile Dark Mode -mode identification and analytics capability ? | Community
Skip to main content
New Participant
January 8, 2020
Solved

Mobile Dark Mode -mode identification and analytics capability ?

  • January 8, 2020
  • 1 reply
  • 3999 views

Is there a way to tell in Analytics/Workspace if the user of a mobile Device is using Dark Mode?  This became available with iOS 13 and Android 10.  Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by EricMatisoff

Unfortunately Workspace doesn't have this out of the box, but you can use JavaScript in Launch to detect it and pass it into an evar or prop. I just tested this on my Mac (not mobile) and it worked: https://stackoverflow.com/questions/56393880/how-do-i-detect-dark-mode-using-javascript

1 reply

EricMatisoff
EricMatisoffAccepted solution
Employee
January 9, 2020

Unfortunately Workspace doesn't have this out of the box, but you can use JavaScript in Launch to detect it and pass it into an evar or prop. I just tested this on my Mac (not mobile) and it worked: https://stackoverflow.com/questions/56393880/how-do-i-detect-dark-mode-using-javascript

New Participant
January 9, 2020
Thanks Eric, I will look into. I see there also several related questions/answers on stackoverflow