#Trouble with ios two-finger input reappear after update
1 messages · Page 1 of 1 (latest)
Hello there – I'm an AI powered assistant 🤖 that might be able to help you with your question. Would you like me to try helping you?
💡 Did you know that we now also have a forum with AI support? Join now with your discord account!
How it works:
Reply to the messages of the bot that end with a thread_id to interact with it and ask follow-up questions. You can also mention the bot directly in this channel to get help.
Help requested: please wait a moment...
It appears there are no explicit mentions of an iOS-specific input issue following the version update in the provided documents. The documentation covers input handling in general but does not address platform-specific issues like the one you're experiencing on iOS after updating.
For general input handling, you can reference how to detect pointer down events:
import { Behaviour } from "@needle-tools/engine";
export class MyScript extends Behaviour
{
update(){
if(this.context.input.getPointerDown(0)){
console.log("POINTER DOWN")
}
}
}
However, for iOS-specific input issues like the one described, it would be recommended to check the release notes of the version you've updated to, seek advice in the official community forums, or contact support directly for specialized assistance.
1 messages left
thread_EBvlQf7D2TYvkSEoPLjfBEi1
do you get any errors in the console?
In my browser on pc I get the attached error.
On the device I'll try and borrow an iphone again ;)
2sec
There is no error that I can see, but I don't know how to open the console on an iphone? It is not my iphone neither unfortunately
This looks like just a react error and unrelated.
I think you can attach the safari(?) debugger
You can also try to append ?console to the URL to show a little runtime console in the bottom right corner on screen
I can try when next I have the iphone available. But we rolled back previously to an earlier version "3.31.5" and then there is no problem
Are you able to share a link where the issue happens?
Soon, I'm going to push a version to a site in a couple of minutes.
I'll send the link in a pm