bill
Results
2
comments of
bill
iframe { pointer-events: none; } js* touchEnd (e) { if (e.target && e.target.children && e.target.children.length === 1 && e.target.children[0].tagName.toLowerCase() === 'iframe') { const iframe = e.target.children[0]; iframe.style.pointerEvents = 'auto'; setTimeout(...
是不是user-select:none 导致的