Re: [css-d] css for Android only?

2015-09-07 Thread Freelance Traveller
On Mon, 07 Sep 2015 20:07:08 +0100, Philip Taylor wrote: >MiB wrote: > >> sep 3 2015 16:16 marie-ange.demeulemees...@bnpparibasfortis.com: >> >>> The only way to detect Android is [J]avaS[c]ript. >> >> It’s kinda pointless attempting to do this yourself as there are

Re: [css-d] css for Android only?

2015-09-07 Thread Karl DeSaulniers
And unfortunately when everyone uses a framework and does not learn how that framework actually works because they never took the time to learn on their own, you end up with sub par implementations of said framework. Just Look at Flash. Main reason it bombed is because of the programmers not

Re: [css-d] css for Android only?

2015-09-07 Thread MiB
7 sep 2015 kl. 21:07 skrev Philip Taylor : > > > MiB wrote: > >> sep 3 2015 16:16 marie-ange.demeulemees...@bnpparibasfortis.com: >> >>> The only way to detect Android is [J]avaS[c]ript. >> >> It’s kinda pointless attempting to do this yourself as there are frameworks

Re: [css-d] css for Android only?

2015-09-07 Thread Philip Taylor
MiB wrote: > sep 3 2015 16:16 marie-ange.demeulemees...@bnpparibasfortis.com: > >> The only way to detect Android is [J]avaS[c]ript. > > It’s kinda pointless attempting to do this yourself as there are frameworks > for this, also commercial. I would respectfully disagree. It is /never/

Re: [css-d] css for Android only?

2015-09-03 Thread marie-ange.demeulemees...@bnpparibasfortis.com
, September 03, 2015 2:41 PM To: DEMEULEMEESTER Marie-Ange Subject: Re: [css-d] css for Android only? Hi, If all you need to do is detect an Android device. This is what I use and it has proven very handy. It is javascript so I wont post to the board, but is a few lines of JS and doesn't hurt download

[css-d] css for Android only?

2015-09-03 Thread marie-ange.demeulemees...@bnpparibasfortis.com
Hello, 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. Thanks. Regards, Marie-Ange == BNP Paribas Fortis disclaimer:

Re: [css-d] css for Android only?

2015-09-03 Thread MiB
sep 3 2015 16:16 marie-ange.demeulemees...@bnpparibasfortis.com: > The only way to detect Android is javaSript. It’s kinda pointless attempting to do this yourself as there are frameworks for this, also commercial. __

Re: [css-d] css for Android only?

2015-09-03 Thread Philippe Wittenbergh
> On Sep 3, 2015, at 18:35, marie-ange.demeulemees...@bnpparibasfortis.com > 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,