Showing questions tagged: Show all questions
  • Solved
  • Archived

I can't update my apps and Google playetore is in the queue

I need a new communication private app with modzilla, and something keeps turning my Internet and VPN off,vibneed to be able to Tell you whats going on, I can't update my… (read more)

I need a new communication private app with modzilla, and something keeps turning my Internet and VPN off,vibneed to be able to Tell you whats going on, I can't update my apps and Google playstore is in the queue!

Asked by Steve 2 years ago

Answered by Steve 1 year ago

  • Solved

Turning off, swipe down to refresh gesture, via a script

I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have … (read more)

I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have done some research and found this code: document.addEventListener('touchstart', function(event) {

   // Check for a swipe down gesture to prevent refresh action
   if (event.touches.length > 0) {
       // Prevent default action
       event.preventDefault();
   }

}, { passive: false });

document.addEventListener('touchmove', function(event) {

   // Prevent default action to avoid refresh
   event.preventDefault();

}, { passive: false }); I put it into a java script extension and it worked, but then I wasn't able to scroll up or down. I don't know anything about java or python, so if someone could give me a hint or point me in the right direction that would be helpful. I am also looking through the source code of Firefox looking for answers.

Asked by niahmt20 2 weeks ago

Answered by Paul 1 week ago

  • Solved

Meaning of Icon in Navigation Bar

Hello, I'm an older person who's still learning how to use my phone. I recently noticed a symbol I don't understand. It's on the right edge of the Navigation Bar and is… (read more)

Hello,

I'm an older person who's still learning how to use my phone.

I recently noticed a symbol I don't understand. It's on the right edge of the Navigation Bar and is a box with 3 lines (text?). When I click on it, it turns the page black and simplfies what I'm seeing. I've added a couple of images below. It's even on this page I'm using now.

What is this?

Thanks!

Asked by dreascloud 3 months ago

Answered by Paul 3 months ago

  • Solved

Firefox nightly,if i slide less than 70% screen, the tab can't be closed

hey, guys hope someone could understand what I'm trying to talk about. after update to Firefox nightly 144.o1a, in the tab list, i need to slide over 70% to close one t… (read more)

hey, guys hope someone could understand what I'm trying to talk about.

after update to Firefox nightly 144.o1a, in the tab list, i need to slide over 70% to close one tab. feels like i have to very carefully slide it to make sure i really want to close the tab, and it kind of wasting time.

the past version like 110.a? are not, easily slide to close the tab.

so is there setting in the about: config can change it?

like the picture, it have over than it so the tan can be closed.

Asked by 碇シンジ 2 months ago

Answered by Paul 2 months ago