Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

firefox extetion works on PC but not well on Android

  • 4 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от pdfan

more options

the extention: https://github.com/pdfan/touch-scroll-bar

it works when the page zoomed in/out on PC, the scrollbar shows on the right place, and respond correctly. it works well on android when page not zoomed in. but when zoomed, it shows not on the expected place as on PC, and does not respond, use the firefox webIDE to debug, it shows the response site is on a different place. the android is 6.0.1 on a tablet machine. firefox is nightly version of April 12.

the extention: https://github.com/pdfan/touch-scroll-bar it works when the page zoomed in/out on PC, the scrollbar shows on the right place, and respond correctly. it works well on android when page not zoomed in. but when zoomed, it shows not on the expected place as on PC, and does not respond, use the firefox webIDE to debug, it shows the response site is on a different place. the android is 6.0.1 on a tablet machine. firefox is nightly version of April 12.

Все ответы (4)

more options

and the response is produced when the webIDE marked element position is touched.

more options

the same problem with firefox nightly 61.0a1 (2018-04-13)

more options

I don't expect this extension is going to work on Android.

It's uses pointer events, which aren't available for android yet.

https://developer.mozilla.org/en-US/docs/Web/Events/pointerdown

more options

yes, it is, open about:config search dom.w3c_pointer_events.enabled and set it to true. will work. and the problem is resolved