Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タッチ可能なデバイスのタップ アンド ホールド ポップオーバーを無効にする方法
スクリーンショットはこちら http://screencast.com/t/D4sqtrwEMQPD
私はこの解決策を見つけました。
/* css code to hide popover in touchable devoices*/ .hide-popover>* { -webkit-touch-callout:none; }