issueType property

String? issueType
getter/setter pair

Mobile-usability issue type. Possible string values are:

  • "MOBILE_USABILITY_ISSUE_TYPE_UNSPECIFIED" : Unknown issue. Sorry, we don't have any description for the rule that was broken.
  • "USES_INCOMPATIBLE_PLUGINS" : Plugins incompatible with mobile devices are being used. Learn more.
  • "CONFIGURE_VIEWPORT" : Viewport is not specified using the meta viewport tag. Learn more.
  • "FIXED_WIDTH_VIEWPORT" : Viewport defined to a fixed width. Learn more.
  • "SIZE_CONTENT_TO_VIEWPORT" : Content not sized to viewport. Learn more.
  • "USE_LEGIBLE_FONT_SIZES" : Font size is too small for easy reading on a small screen. Learn More.
  • "TAP_TARGETS_TOO_CLOSE" : Touch elements are too close to each other. Learn more.

Implementation

core.String? issueType;