Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

JavaScript - window.open() does not work on Firefox for iOS

more options

The function window.open() doesn't work in Firefox for iOS, but works for other major iOS browsers.

What should be used as an alternative to open new windows with a URL in Firefox?

https://jsfiddle.net/3z6ygk8w/3/

https://stackoverflow.com/questions/68240381/javascript-window-open-not-working-on-firefox-mobile-ios

The function window.open() doesn't work in Firefox for iOS, but works for other major iOS browsers. What should be used as an alternative to open new windows with a URL in Firefox? https://jsfiddle.net/3z6ygk8w/3/ https://stackoverflow.com/questions/68240381/javascript-window-open-not-working-on-firefox-mobile-ios

Všetky odpovede (2)

more options

Problem resolved. I'm using <a> tags with "target = _blank" instead of window.open

more options

Hmm, my test page with links for various methods works in Firefox for iOS (window.open() opens a new tab):

https://www.jeffersonscher.com/res/popit.html

I don't think I've given the site any special permission.