Events do not occur when linking images to iOS.
Aperta
- Lingua principale
- JavaScript
- Stelle
- 11.9k
- Fork
- 2.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When marking up img tag with anchor link, hyperlink event is canceled only on iOS, is this in the specifications?
```
// Example
```
The following if statement is seemed to be the cause of the problem.
https://github.com/akiran/react-slick/blob/90bc26c52ca8cb879f26214b9a9a9cd6621b10d7/src/utils/innerSliderUtils.js#L307
In the current situation, not only image links but also onClick events can not be used, so we want at least a click event to be allowed.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.