Skip to content

Commit

Permalink
Input color: Firefox on Android doesn't support custom colors. (#7017)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelPrismatic authored Oct 29, 2020
1 parent c36f26f commit f8327d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/elements/input/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"version_added": "14"
},
"firefox": {
"version_added": "29",
"notes": "Firefox doesn't yet support inputs of type <code>color</code> on Windows Touch."
"version_added": "29"
},
"firefox_android": {
"version_added": "27"
"version_added": "27",
"notes": "Firefox for Android doesn't allow the user to choose a custom color, only one of the predefined ones."
},
"ie": {
"version_added": false
Expand Down

0 comments on commit f8327d5

Please sign in to comment.