Skip to content

Instantly share code, notes, and snippets.

View tzopiz's full-sized avatar

Dmitry tzopiz

View GitHub Profile
@tzopiz
tzopiz / vibration.html
Created September 22, 2025 12:59
W3C vibration iOS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vibration API Tester</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
padding: 20px;