Closed LET33T37 closed 10 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.
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>
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">
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.
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.
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.