#Trouble with ios two-finger input reappear after update

1 messages · Page 1 of 1 (latest)

rare condor
#

After updating to 3.34.0-exp.2 the problem we saw earlier has reappeared where if you try to zoom using two fingers on the ios all input get ignored afterwards.
The zoom, which is coded by us, works fine the first time, and then all inpts in the Needle canvas stops

patent brambleBOT
# rare condor After updating to 3.34.0-exp.2 the problem we saw earlier has reappeared where i...

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...

patent brambleBOT
# rare condor After updating to 3.34.0-exp.2 the problem we saw earlier has reappeared where i...

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")
        }
    }
}

(see the documentation).

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

viscid ibex
rare condor
#

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

viscid ibex
#

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

rare condor
#

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

spice snow
rare condor
#

Soon, I'm going to push a version to a site in a couple of minutes.

I'll send the link in a pm