Hi, I know this is probably not Babylon related but hope others encountered the same:
I have a normal mesh with isPickable = true. Double tap on iOS Safair is registered, on iOS Chrome it is not. Tried various iPhone models. I included pep.min.js and below css snippet in the html page.
body {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
Any suggestion where the cause/solution might be? Thanks !