utubo / firefox-simple_gesture

🦊An add-on that adds simple touch gestures for Firfox for Android. Sorry, I only check issues sometimes.
https://addons.mozilla.org/ja/firefox/addon/simple-gesture/
Other
29 stars 1 forks source link

double tap(open link in background) issue #80

Closed LET33T37 closed 8 months ago

LET33T37 commented 8 months ago

Double tap (open link in background) on a linked icon will trigger zoom in/out (set apz.allow_double_tap_zooming false?)

Hard to know the new tab opened or not(only tab counts changed or by a random window "flicker effect"), no toast no the default "new tab opened" notification.

utubo commented 8 months ago

Double tap (open link in background) on a linked icon will trigger zoom in/out

I could not confirm that. Can you give me a sample URL?

Hard to know the new tab opened or not

I think so too. However, the default toast cannot be displayed and is difficult to replicate with add-ons. Please give me some time to think about it.

LET33T37 commented 8 months ago

It's a local home page. linked base64 image: <a href="https://www.w3schools.com/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA8klEQVR42u2YMQ7DMAwDZcP//7I7pYA3CYWKmDxNGQK0ZkSe5AjKu8b3Ye/d8QN7jPF6AVwPHxExb/mjrQK0tVdTZ2EBLIAFsMDf5wBVm0yVL9luAVURUhZQ7oCUBW5I81YLyGeAswhLmQKZjzozLypnQGoXUGz/50y2FHjONLNesbaAfAY47wK2FDhC0JECRwg67wJQwJUCpUFIPgPYBQwpUBqEoID6NuhIgdIgxC4ABaCA9iToSIEjBLkRggJQAApAASjgmQHLwec/ZwACIIBelW6FFat0IYIFEEC31m2epQOgABTAAgiAAITga7F6XX0AM/nAeA1OZmMAAAAASUVORK5CYII=" /></a>

utubo commented 8 months ago

Thank you for the sample HTML. Add-ons may not prevent zoom.😢

You can add this tag to your local home page to prevent zoom. (If the width fits.)

<meta name="viewport" content="width=device-width, initial-scale=1">
LET33T37 commented 8 months ago

Problem solved, this saving me a lot of time and i don't need to search "how to save about:config changes" anymore. Thank you so much.

utubo commented 8 months ago

Hard to know the new tab opened or not

I fixed to show toast. I will test it for a while and release it over the weekend.