Blog

Filter

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

Archives

Recent Posts

is_smarttv

Feb 27th, 2018

True if device is a SmartTV (GoogleTV, Boxee Box, AppleTV, etc.).

Read More

viewport_width

Feb 27th, 2018

The method of specifying the viewport width. [empty] = not applicable; device_width_token = use string width=device-width as value ; width_equals_resolution_width = use (display) resolution_width; width_equals_max_image_width = use (display) max_image_width_width

Read More

has_cellular_radio

Feb 27th, 2018

Device has cellular technology (most probably a phone, but not necessarily. May be a data-only device such as Kindle or Nokia N800).

Read More

physical_screen_height

Feb 27th, 2018

Screen height in millimeters.

Read More

resolution_width

Feb 27th, 2018

Screen width expressed in physical pixels.

Read More

resolution_height

Feb 27th, 2018

Screen height expressed in physical pixels.

Read More

max_image_width

Feb 27th, 2018

Maximum viewable (usable) width of an image expressed in logical or CSS pixels. This capability refers to the image when used in “mobile mode”, i.e. when the page is served as XHTML MP, or it uses meta-tags such as “viewport”, “handheldfriendly”, “mobileoptimised” to disable “web rendering” and force a mobile user-experience. For example, iPhone 4 can render picture 640 pixel wide, but normally, pages are served assuming a 320 pixel wide screen.

Read More

max_image_height

Feb 27th, 2018

Maximum viewable (usable) height of an image expressed in logical or CSS pixels. This capability refers to the image when used in “mobile mode” (see explanation for max_image_width)

Read More

physical_screen_width

Feb 27th, 2018

Screen width in millimeters.

Read More

preferred_markup

Feb 27th, 2018

This field identifies which markup is best supported by the device. This field is filled on personal experiences of our contributors and is used by the WALL library. Values for this capability look like:  wml_1_1 ,  html_wi_imode_compact_generic  and  html_wi_oma_xhtmlmp_1_0 . Just like any other capability, you may override this value in the patch file.

Read More