jquery - Fastclick not working when clicking edge of element (iOS) -


i'm using fastclick 0.6.2 ftlabs, , i'd love work, remove 300 ms delay on ios, in application, detects clicks when click on edge of href block, , nothing happens.

here's simple demo page, has random number generator js, , 2 page links: http://nicmar.nu/fastclick/fastclick2b.htm (open in ios browser)

  1. if click upper or lower edge of first green field, gray webkit-tap-highlight-color shows, doesn't run code test() on href.

  2. the same happens on second green field, has link page itself.

  3. the third green field, link page. when click upper or lower edge here, address bar shows, gives user indication happening, isn't.

the issue happening on iphone 4 , iphone 5 in ios 6.1, , on ipad ios 6.0. without fastclick, works expected, 300 ms delay.

here's video shows what's going on:
http://youtu.be/34kavjxc9xg

ps. use jsfiddle, couldn't display correctly on ios meta/viewport scale working, due jsfiddle showing "fake fullscreen" iframe. if can tell me how around that, can input there.

ps2: posted issue on fastclick github page didn't response there.

fastclick error http://www.nicmar.nu/fastclick/fastclick-error-2.png


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -