html - How to disabled tap and hold popover for touchable devices -


how disabled tap , hold popover touchable devices

screenshot here
http://screencast.com/t/d4sqtrwemqpd

i have found solution.

/* css code hide popover in touchable devoices*/ .hide-popover>* { -webkit-touch-callout:none; } 
  • here .hide-popover selector
    need check in touchable device

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -