1 (edited by zedexnz 2021-10-19 02:49:01)

Topic: SOLVED: Sensitivity for Long Click

I am having an issue which I cannot seem to work out how to resolve. I have a function in which if I longclick i will create a marker. This is fine, but proves very difficult when you have the pinch zoom enabled.

I have tried setting the pinch zoom and also the long click delay without success.

            OnlineMapsControlBase.startDragDistance = 20;
            OnlineMapsControlBase.longPressDelay = 2; 

It seems as if the I pinch zoom, it will automatically go into longpressed. This is on a samsung device, and  it seems to be more prevalent on this device rather than the other ones I am testing on.

Re: SOLVED: Sensitivity for Long Click

Hello.

Thanks for the bug report.
The problem has been fixed.
Email me (support@infinity-code.com) and I will send you a modified script.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: SOLVED: Sensitivity for Long Click

Thanks you Alex for the prompt fix. Working excellently.