Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created February 25, 2018 05:35
Show Gist options
  • Save zoonderkins/75d1176bb284f19c1bdd91bdb43b8c75 to your computer and use it in GitHub Desktop.
Save zoonderkins/75d1176bb284f19c1bdd91bdb43b8c75 to your computer and use it in GitHub Desktop.
[ios support touch with focus] javascript solution #ios #web #javascript
```javascript
add ontouchstart="" to related div or entire body
<body ontouchstart="">
</body>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment