Blog

Filter

  • General
  • WURFL products
  • Use Cases
  • platforms
  • resources

Archives

Recent Posts

is_mobile

Feb 27th, 2018

This is an ALIAS for is_wireless_device. True if a device is wireless (WiFi, 3G, LTE etc.). Specifically a mobile phone or a tablet are considered as wireless devices, but a desktop PC or a laptop are not.

Read More

is_phone

Feb 27th, 2018

True if a device is a mobile phone.

Read More

is_robot

Feb 27th, 2018

True if the HTTP Client is a Bot (robot, crawler or other programmable agent that stalks the web).

Read More

is_smartphone

Feb 27th, 2018

True if device conforms to ScientiaMobile’s definition of a Smartphone.

Read More

is_touchscreen

Feb 27th, 2018

True if the device has a touch screen. There is no control capability. Mostly an alias for  pointing_method  ==  touchscreen  ( product_info group) capability.

Read More

advertised_device_os_version

Feb 27th, 2018

Infers the name of the Device OS Version based on user-agent string analysis (and possibly the analysis of other HTTP headers and WURFL capabilities).

Read More

complete_device_name

Feb 27th, 2018

Concatenates brand name, model name and marketing name (where available) of a device into a single string.

Read More

device_name

Feb 27th, 2018

Concatenates brand name and marketing name of a device into a single string. If marketing name is not available, model name is used instead.

Read More

form_factor

Feb 27th, 2018

Returns the device’s form factor based on categorization provided by multiple capability tests

Read More

is_android

Feb 27th, 2018

Checks if device runs any version of Android OS. This virtual capability relies on the device_os capability.

Read More