Zepto on tap event lower version IOS cannot be clicked

phones below IOS9.3 cannot be clicked, those above IOS10 are OK, and all Android phones are fine

$("-sharpaa").on("tap")

, if you change it to click, you can click

.
$("-sharpaa").on("click")
Mar.22,2021

zepto should have been abandoned a long time ago. In the current network environment, you can just use jq3 directly

Menu