Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit d1aa08d

Browse files
patrickhlaukescottgonzalez
authored andcommitted
Add navigator.maxTouchPoints to current list of limitations
Ref gh-332 Closes gh-334
1 parent 3a43f69 commit d1aa08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Due to the difficult nature of polyfilling new CSS properties, this library will
100100

101101
Touches will not generate events unless inside of an area that has a valid `touch-action` attribute defined. This is to maintain composition scrolling optimizations where possible.
102102

103+
## navigator.maxTouchPoints
104+
105+
As the information necessary to populate [`navigator.maxTouchPoints`](https://www.w3.org/TR/pointerevents/#extensions-to-the-navigator-interface) is not available in browsers that do not natively implement pointer events, PEP does not currently polyfill this extension to the `navigator` interface.
106+
103107
### Browser Compatibility
104108

105109
PEP should work on IE 10+ and the latest versions of Chrome, Safari, Firefox, and Opera. In any [browser implementing pointer events natively](http://caniuse.com/#feat=pointer) (detected by checking for `window.PointerEvent`), PEP won't do anything.

0 commit comments

Comments
 (0)