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

advertised_app_name

Feb 27th, 2018

Returns the name of the application that generated the User-Agent or the HTTP request.

Read More

advertised_browser

Feb 27th, 2018

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

Read More

advertised_browser_version

Feb 27th, 2018

Infers the version of the browser based on user-agent string analysis (and possibly the analysis of other HTTP headers and WURFL capabilities).

Read More

advertised_device_os

Feb 27th, 2018

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

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

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

is_app

Feb 27th, 2018

True if the Requesting HTTP Client is an App or not. Please note that browsers are not considered apps for is_app capability purposes and will not return true .

Read More