Why does css's pointer-events show incompatibility with ios, in caniuse, but the actual test is supported?

https://caniuse.com/-sharpsearch=p.

clipboard.png

at the bottom of the page, I also see a section saying that it supports ios ( https://caniuse.com/-sharpfeat=poi. is not good at English, so what does it mean that pointer events is not compatible with ios in the above part?

I actually tested it in the ios simulator under mac (the value of the test is equal to none) and it is also compatible (ios9). I don"t have an ios phone on hand at the moment. Please confirm the ios compatibility

.

I used my 11.4.1 iphone 8p to test that pointer-events: none; is supported; 10.13.6 Mac is also supported


what you search is Pointer events and css's' pointer-events' are two different things. Caniuse also stressed in Pointer events that it should not be confused with css's pointer-events.

Menu