furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

Can't click on the link in the li #311

Closed thomasFoglia closed 5 years ago

thomasFoglia commented 5 years ago

on Android, i can't click on the link which is in the li like this :

<ul>
<li> <img src=''>LI 1</li>
<li> <img src=''>LI 2</li>
</ul>

the action onClick is on the onclick on the img.

thanks

Raymond-Naseef commented 5 years ago

Bad html - missing > before

On Wed, Jan 23, 2019 at 14:03 thomasFoglia notifications@github.com wrote:

on Android, i can't click on the link which is in the li like this :

  • LI 1
  • LI 2

the action onClick is on the onclick on the img.

thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/furf/jquery-ui-touch-punch/issues/311, or mute the thread https://github.com/notifications/unsubscribe-auth/ADArqHmDgjWq2WMPWtH1gOkm3SPKPB52ks5vGLICgaJpZM4aPbmp .

thomasFoglia commented 5 years ago

Thanks... But it's only a typing error 😎

thomasFoglia commented 5 years ago

Okay it's fixed in this thread !!!! https://github.com/furf/jquery-ui-touch-punch/pull/109