Search found 5 matches

by robertmujica
Fri Jan 24, 2014 3:46 am
Forum: Device Detection Issues
Topic: CSS3 Capabilities
Replies: 3
Views: 7472

Re: CSS3 Capabilities

Thanks Elliot,

can you confirm release date (quarter) when you may have them available?

Regards
Robert
by robertmujica
Thu Jan 23, 2014 10:41 am
Forum: Device Detection Issues
Topic: Detect DPI/retina
Replies: 9
Views: 21070

Re: Detect DPI/retina

Hi, I have been testing WURFL database with the following IPad user agents IPAD_RETINA = "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25"; IPAD_1 = "Mozilla/5.0 (iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebK...
by robertmujica
Thu Jan 23, 2014 7:30 am
Forum: Device Detection Issues
Topic: CSS3 Capabilities
Replies: 3
Views: 7472

CSS3 Capabilities

Hi,

I'm just looking for some CSS3 capabilities but i only can see the following three:

- css_border_image
- css_rounded_corners
- css_gradient_linear

I wonder whether you have a plan to include the following ones:

- box-shadow / text-shadow
- transforms
- box-sizing
- rgba

Thanks
Robert
by robertmujica
Thu Jan 09, 2014 7:03 am
Forum: Device Detection Issues
Topic: SVG image capability
Replies: 8
Views: 15255

Re: SVG image capability

Hi, Initially we want to have a simialr "svg" property like the one exposed by Modernizr, for detaiks you can have a look at the their web site: http://modernizr.com/docs/ One last thing by looking at Midernizr-2.6.2.js code it looks like they are validating basic SVG capability by trying to create ...
by robertmujica
Tue Jan 07, 2014 12:20 pm
Forum: Device Detection Issues
Topic: SVG image capability
Replies: 8
Views: 15255

Re: SVG image capability

Sorry can you clarify if i need to check the following three capabilities to check if a Device supports SVG:

"svgt_1_1" AND "svgt_1_1_plus" AND "j2me_svgt"

Or whether I should apply an OR operator instead ?

Regards
Robert