asp.net - Using WURFL to detect CSS capabilities -


I am trying to use the latest WURFL database (2.3.5) to detect CSS capabilities, but It does not seem to be doing a great job.

It. The NET code is:

  WURFLManager .GetDeviceForRequest (WURFLRequestFactory.CreateRequest (context.Request), MatchMode.Performance) .GetCapability "css_gradient");  

For the latest versions of both Firefox (28.0) and Chrome (33) "css_gradient" returns "none", which is clearly incorrect. I get the same result for "css_rounded_corners" and "css_border_image".

What's going on?


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -