Using Firefox 21.0 (16918) on iOS 13.3, when tapping-and-holding a link to open the context menu to copy/share the link, an intrusive popup preview of the linked page is displayed, pushing the context menu off-screen.
To copy/share the link, one must swipe up to reduce the size of the link preview every time. Another unintended consequence is that copying a link loads the target page.
The preview popup cannot be disabled in Firefox, but it can in Safari. Please consider adding an option to disable it, or even better, a default-off setting, fitting for a privacy-conscious browser.
Open https://mozilla.org. For reference, the page looks similar to:

Tap-and-hold the Firefox for iOS button in the middle of the page to display the link context menu.
The link preview popup appears, occupying most of the screen; note the share/copy link options are pushed off the screen:

Swipe up to shrink the link preview popup, which makes room for the context menu. One must do this every time to access the share/copy options:

Similar to Safari, allow disabling the link preview popup permanently. Ideally, disable the link previews by default to protect user privacy, unless they opt-in to them explicitly.
As a reference point, Safari shows a Hide preview option, highlighted below:

Clicking it collapses and disables further preview popups. Once disabled, tap-and-holding any other link shows only the context menu options but leaves out the preview until manually re-enabled:

To access the options to download/copy/share a link, one must swipe up to reduce the size of the link preview every time, when using Firefox.
Loading the link target every time wastes battery, bandwidth, and impacts user privacy unnecessarily. None of this should happen unless the user explicitly opts-in to have such previews displayed.
Also reproduces on version 22.0 (17157).
edit: The below mentioned commit had a failed build status. As mentioned, I lack familiarity here. âcsc
This would appear to be due to a commit by @garvankeeley in approval of a change made for #5616/#5737 by @q2r5 re: âShowing a preview brings the context menu closer to the bottom of the screen for easier use, and brings us closer to parity with Safari.â, Nov 12 for inclusion in v21, to BrowserViewController+WebViewDelegates.swift
This change implemented the preview view but omitted the Safari âhide previewâ option.
Can a high priority level be given to this on assignment? The inability to identify a link target before clicking on it or having the browser âclickâ it for you is not insignificant. I feel it will take me longer than seriousness demands to do it myself lacking familiarity with the process, project, non-trivial git, xcode, and IOS or GUI development. Thatâs so many rabbit holes. Thank you so much for your work.
âcsc
Backed out c829026 in a local copy and built w/ defaults w/o additional warnings. Ran simulated on iPad Air 3 and iPhone 11 Pro Max, 13.3 and 13.2 respectively. Context menu without previews again. Made the change in a forked repository but figuring out the rules on participation, pull/review/discuss requests, et al. Hope to discuss getting previews backed out in a quicker update until a corresponding hide option can be created.
Of note, the content menu previewView is also launching directly into authorization/authentication processes when the target link demands it, disrupting the browsing session is the process.
Still reproduces on v23.0 (17297).
Is there some idea about a timeline for a fix to be integrated?
Still reproduces as reported on v24.1 (17574)
Thank you very much, @cscgh and @garvankeeley!
Much appreciated.
Thank you very much, @cscgh and @garvankeeley!
Much appreciated.
That thanks goes to @q2r5 for adding the opt-out configuration in a hurry. Thank you!
Verified as fixed on master 6865276c8f4c.
This will land for v26, not v25, to allow time for L10N on the string changes.
Most helpful comment
That thanks goes to @q2r5 for adding the opt-out configuration in a hurry. Thank you!