I'm using this rule
@supports (-webkit-overflow-scrolling:touch) and (color:#ffff) {
/* Insert CSS here */
img[class=iosButton]{display: block !important;}
td[class=iosButton]{display: block !important;}
img[class=androidButton]{display: none !important;}
}
So, I'm showing by default the Android link to the Google App Store. And when matching that CSS rule then it means I'm in an Apple device or Apple Mail... I'm replacing the Android by the Apple stuff. Has anyone experienced any similar scenario? Have you gone beyond this point? Any target only Linux, MacOs, Windows scenario (might be desktop breakpoint will do the trick)?
The same I'd like to achieve but for Android devices. I already have visited some resources with a similar question.