标签:import nbsp 默认 cli port stop -- fastclick AC
npm install --save-dev react-fastclick-alt
将元素或者component放在 <FastClick>...</FastClick> 中
import React from ‘react‘; import FastClick from ‘react-fastclick-alt‘; import ReactDOM from ‘react-dom‘; ReactDOM.render(<FastClick><MyApp/></FastClick>, document.getElementById(‘app‘));
event.stopPropagation()
threshold 在px中不能再转换为点击之前,触摸可以移动多远。 默认为15px。
timeThreshold 在不能再将点击转换为点击之前可以持续点击多长时间,以毫秒为单位。 默认为125毫秒。
React react-fastclick-alt 移动端点击
标签:import nbsp 默认 cli port stop -- fastclick AC
原文地址:https://www.cnblogs.com/Asen0501/p/9078259.html