Search found 2 matches

by praveshk
Wed Jan 15, 2014 6:16 pm
Forum: Device Detection Issues
Topic: Browser detection for IE
Replies: 4
Views: 13660

Re: Browser detection for IE

Hi Sriram, Thanks for the prompt response! We dug in a little more and realized that certain mobile properties seem to work for IE11 desktop browser. Specifically, the following code seems to work for IE11 desktop user agent: IDevice device = wurflManager.GetDeviceForRequest(userAgent); string mobil...
by praveshk
Wed Jan 15, 2014 3:16 pm
Forum: Device Detection Issues
Topic: Browser detection for IE
Replies: 4
Views: 13660

Browser detection for IE

Hi, We are currently trying to use virtual capabilities to identify browser and browser version information for desktops. On the latest .net API version (1.5.0.3) we do not get any information for IE user agents. As an example, we run the following code: IDevice device = wurflManager.GetDeviceForReq...