Dear Isomorphic,
In an other thread, you have said this:
Is there such a thread?
Currently, we am manually detecting loads of different platform and browser versions, and have to keep all kinds of tabs of various features that either work or do not work on a given browser version. It would be great if you could off-load some of this stuff.
Specifically, I would like to query the following information:
- What browser are we running in? (Should be an enum, something like FF35, FF36, FF40, ..., EI6, IE7, ... IPAD, IPAD2, IPHONE_ORIGINAL, IPHONE_3G, ..., MOBILE_SAFARI_5, ... STOCK_ANDROID_BROWSER_2.2, ... etc.)
- Do we have a working native canvas?
- Do we have CSS rounded corners?
- Do we have CSS background transparency?
- Do we have CSS linear gradients?
- Do we have CSS radial gradients?
Are there any APIs to answer these questions?
Thank you for your help:
Csillag
In an other thread, you have said this:
Originally posted by Isomorphic
Currently, we am manually detecting loads of different platform and browser versions, and have to keep all kinds of tabs of various features that either work or do not work on a given browser version. It would be great if you could off-load some of this stuff.
Specifically, I would like to query the following information:
- What browser are we running in? (Should be an enum, something like FF35, FF36, FF40, ..., EI6, IE7, ... IPAD, IPAD2, IPHONE_ORIGINAL, IPHONE_3G, ..., MOBILE_SAFARI_5, ... STOCK_ANDROID_BROWSER_2.2, ... etc.)
- Do we have a working native canvas?
- Do we have CSS rounded corners?
- Do we have CSS background transparency?
- Do we have CSS linear gradients?
- Do we have CSS radial gradients?
Are there any APIs to answer these questions?
Thank you for your help:
Csillag
Comment