> On Sep 3, 2015, at 18:35, [email protected] > wrote: > > Is there a way to use css that only works for Android devices? > In fact I have to hide the print button for Android devices only.
Not that I know about (and many CSS hacks are probably unreliable, affecting both webkit and blink, desktop and mobile). This seems one possible solution: https://gist.github.com/jsoverson/4963116 using Javascript to set classes. I haven’t tried it though - it came up near the top in a quick DDG search. (You probably can remove the iOS code if you don’t need it) Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
