Sign In

@webability/mobile

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webability/mobile

Mobile accessibility testing — device emulation, touch targets, responsive checks

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

@webability/mobile

Mobile accessibility testing — device emulation, touch targets, responsive checks.

Install

npm install -D @webability/mobile

Usage

import { mobileScan, multiDeviceScan } from '@webability/mobile'

// Single device
const result = await mobileScan('https://example.com', { device: 'iphone-14' })

// Multiple devices
const results = await multiDeviceScan('https://example.com', ['iphone-14', 'pixel-7', 'ipad-mini'])

Devices

iphone-14, iphone-se, pixel-7, galaxy-s23, ipad-pro, ipad-mini

Mobile-specific checks

  • Touch target size (WCAG 2.5.8 — 24px minimum)
  • Viewport overflow at mobile width
  • Text size below 12px
  • Pinch-to-zoom restriction
  • Missing viewport meta tag
  • WebAbility — AI-powered web accessibility platform
  • Abilyo — Developer tools for accessibility testing
  • Documentation

License

MIT

Keywords

a11y

FAQs

Package last updated on 27 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts