Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Disable touchscreen gestures (scrolling, etc.)

  • 2 답장
  • 0 이 문제를 만남
  • 567 보기
  • 최종 답변자: beibotanov

more options

I've got a legacy transformer laptop with an integrated wacom-type sensor screen. Despite all shortcomings of it's age, the laptop's got class.

The main web browser installed is Firefox ESR. In tablet mode, control was handled by the Windows - mouse-like drag'n'drop, marking, but with added scrolling gesture by swinging quickly up and down. Using it in the tablet mode is actually very practical.

Recently, after updating from 91 to 101, browser started to interpret the pen as a finger, controls became clumsy and frustrating. The only way of turning finger gestures off, parameter gestures.enable_single_finger_input described in that question (https://support.mozilla.org/en-US/questions/973974) had no visible effect. Have fallen back to 91esr, but this is obviously just a temporary solution. Is there any way to add force-disable parameter or something?

I've got a legacy transformer laptop with an integrated wacom-type sensor screen. Despite all shortcomings of it's age, the laptop's got class. The main web browser installed is Firefox ESR. In tablet mode, control was handled by the Windows - mouse-like drag'n'drop, marking, but with added scrolling gesture by swinging quickly up and down. Using it in the tablet mode is actually very practical. Recently, after updating from 91 to 101, browser started to interpret the pen as a finger, controls became clumsy and frustrating. The only way of turning finger gestures off, parameter '''gestures.enable_single_finger_input''' described in that question (https://support.mozilla.org/en-US/questions/973974) had no visible effect. Have fallen back to 91esr, but this is obviously just a temporary solution. Is there any way to add force-disable parameter or something?

선택된 해결법

Sorry for not replying for so long.

Changing dom.w3c_touch_events.enabled to 0 did not help. But i have found another nearby parameter, dom.w3c_pointer_events.dispatch_by_pointer_messages, setting it to false did the trick!

Thank you for the help!

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

Does changing this pref has effect ?

  • about:config => dom.w3c_touch_events.enabled = 0

WARNING: modifying prefs directly via the about:config page can sometimes break Firefox or cause strange behavior, and there is no guarantee that this will keep working in future Firefox releases, so be cautious with modifying prefs if you aren't sure you understand their purpose. You should only do this if you know what you're doing.

more options

선택된 해결법

Sorry for not replying for so long.

Changing dom.w3c_touch_events.enabled to 0 did not help. But i have found another nearby parameter, dom.w3c_pointer_events.dispatch_by_pointer_messages, setting it to false did the trick!

Thank you for the help!