Skip to content

Commit

Permalink
Removed the touch-action: none claim about Firefox (Strilanc#469)
Browse files Browse the repository at this point in the history
Removed 

> - Dragging works poorly in Firefox on Android (because Firefox doesn't support [`touch-action: none`](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action) yet).

Firefox, currently v82, gained `touch-action: none` in v52, March 7, 2017

https://www.mozilla.org/en-US/firefox/52.0/releasenotes/

https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action

Co-authored-by: Craig Gidney <[email protected]>
  • Loading branch information
StoneCypher and Strilanc authored Dec 16, 2020
1 parent 8a01cd2 commit 2d8bfed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Quirk assumes you already know background facts like "each wire represents a qub
**Notable limitations**:

- Can't recohere measured qubits (because measurement is implemented as a hack based on the [deferred measurement principle](https://en.wikipedia.org/wiki/Deferred_Measurement_Principle)).
- Dragging works poorly in Firefox on Android (because Firefox doesn't support [`touch-action: none`](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action) yet).

**Try it out**:

Expand Down

0 comments on commit 2d8bfed

Please sign in to comment.