Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

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

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 4 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

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

ყველა პასუხი (2)

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

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.