Fast Clicks
Fast clicks is a built-in library that removes click delay from links and form elements in mobile browser while you click them. You can disable this built-in library if you want to use other third party fast clicks script by using touch.fastClicks:false
App parameter:
var app = new Framework7({
touch: {
// Disable fast clicks
fastClicks: false,
}
});
no-fastclick Class
If you want to disable Fast Clicks on some specific element then just add no-fastclick
class to the required element
<a href="#">Fast Click</a>
<a href="#" class="no-fastclick">Usual Click</a>
当前内容版权归 Framework7 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Framework7 .