Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Mobile Dark Mode -mode identification and analytics capability ?

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 1
Thanks Eric, I will look into. I see there also several related questions/answers on stackoverflow