SoFunction
Updated on 2025-04-05

Quickly solve the problem of delayed clicking on Vue in iOS

Problems encountered in apicloud development: using click events, Android click response is fast, while iOS click response has delay (about 300ms).

The solution is as follows:

Introduce <script type="text/javascript" src="/js/mobile/"></script>

Then when the page loads, use

$(function() {
 ();
});

The above article quickly solves the problem of delayed click response on Vue on the iOS side. This is all the content I share with you. I hope it can give you a reference and I hope you can support me more.