ios onclick

problem

some solutions

body cursor pointer

solves it in some cases (not mine)

body {
  cursor: pointer;
}

ontouchstart

const agent = navigator.userAgent;
export const isIphone = agent.indexOf("iPhone") != -1 || agent.indexOf("iPod") != -1;

refs