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")
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")
zepto should have been abandoned a long time ago. In the current network environment, you can just use jq3 directly
Previous: Regular matching to multiple results, how to take the last result?
Next: Using the mui framework, how to set up app to run in the background for a long time
uses zepto.js sliding left and right on full screen. One screen includes slide switch, which is also slide left and right. Using swiper.js, when sliding slide image switch, it slides directly to the next screen. How to let the left and right slide of sw...
needs to listen in real time for real-time changes in the position of an element as it moves (the changes are done through animate), and deal with things when changes are detected, and there seems to be no such event in the native. is similar to $(elem)...
similar to the Hover effect on the PC, can the mobile listen to the end of the touch? That is, fingers off the screen to listen ...
how to make the click event of button take effect, and the touch event becomes invalid, ask God to solve ...