How does Mini Program realize the simulation of pressing and releasing events?

I now use Mini Program touch start events bindtouchstart and bind:touchend as press and release events, but to make certain restrictions, if a single point is not implemented, how to limit ah?

    startRecord: function(e) { 
        console.log("") 
    },
    endRecord: function(e) {
        console.log("")
    },

longpress learn about

https://developers.weixin.qq.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bb03-2c2b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bb03-2c2b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?