Search found 2 matches

by jjonas
Mon Oct 27, 2014 4:27 pm
Forum: Device Detection Issues
Topic: High-Accuracy mode
Replies: 6
Views: 10005

Re: High-Accuracy mode

My code looks like this: doc.DeviceOS = device.GetCapability("device_os"); doc.AdvertisedOS = device.GetVirtualCapability("advertised_device_os"); ... var ScientaOS = String.IsNullOrEmpty(doc.DeviceOS) ? doc.AdvertisedOS : doc.DeviceOS; Looking at it again, its possible DeviceOS is all blank. I'll c...
by jjonas
Mon Oct 27, 2014 1:24 pm
Forum: Device Detection Issues
Topic: High-Accuracy mode
Replies: 6
Views: 10005

Re: High-Accuracy mode

Hi, I'm evaluating the on site .NET interface here at PointRoll, and I had a couple questions about the differences betwee the accurate and performance settings. For example for this user string Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24 T...