Page 1 of 1

Long press action with two fingers

Posted: Wed Dec 07, 2022 8:31 am
by boowoo
Hello,

I use often the long press action for display quickly the map x2 for outdoor activities.
I would appreciate if it should be possible to get also all long press actions with two fingers. In my case it should permit to display the map /2 with two fingers and x2 with one finger.
Of course it should extend the other long press actions possibilities.

Sam

Re: Long press action with two fingers

Posted: Wed Dec 14, 2022 4:17 pm
by Psyberia-Support
Hi Sam and sorry for the delay,
I've made some tests to check if the multi-fingers long press was technically possible. It is, but I'm afraid that the long press action will be triggered while using the multi-touch actions too slowly.
So right now I've made an user setting to enable this, and I'll test this more longer.
Here is the user setting for the next beta:

Code: Select all

map.canvas.long_press.allow_multi=1

Re: Long press action with two fingers

Posted: Wed Dec 14, 2022 5:22 pm
by boowoo
Hi, François,

Thanks for interest for this feature.
I'm also curious to see the expected behaviour with the usersetting !
Maybe, alternatively, it should be possible to separate the screen in two simple parts ? Above the center point for zoom X and below the center point for zoom /
Anywhere on the screen for the others long press features.
By this way not necessary to implement double touch on screen.

Sam

Re: Long press action with two fingers

Posted: Thu Dec 15, 2022 10:05 am
by Psyberia-Support
I've already added the multi fingers long press and user setting, so I'll first test this.

Re: Long press action with two fingers

Posted: Thu Dec 15, 2022 10:15 am
by boowoo
Yes of course.
It was just a thought in case if multitouch don't work fine. (I'm too fast ...)

Re: Long press action with two fingers

Posted: Fri Dec 16, 2022 2:44 pm
by boowoo
Hello,
I've updated to beta version 2.3.4.R8048.
Great 😃
The feature works fine as expected for me without any problems with other multitouch features.
Small tips, after zoom reduced with two fingers, just take off one finger for moving the map.
Many thanks,
Sam

Re: Long press action with two fingers

Posted: Fri Dec 16, 2022 3:55 pm
by alexlong
How does this work? I don't quite understand it. I have updated the application to version 2.3.4 beta and I added this setting

Code: Select all

map.canvas.long_press.allow_multi=1
What should happen when I make a Long press action with two fingers?

Re: Long press action with two fingers

Posted: Fri Dec 16, 2022 4:11 pm
by Psyberia-Support
Currently, it depends on what you have selected in the "Long press map action". If you have checked "Zoom in" (with one finger), then the long press with 2 fingers will zoom out, and same for "Zoom out".
Also, if you have checked "Display map only" for one fingers, it will also apply to 2 fingers.