Reputation: 1292
using target="_blank"
in the navigateToUrl
with Firefox on Windows it opens in new tab, with Firefox on Mac it opens a 'popup',
How to make the window popup in a new tab on Firefox on Mac as well?
Upvotes: 1
Views: 2883
Reputation: 3178
Check your Firefox preferences >> Tabs >> New windows should be opened in (a new window | a new tab). Do you have different settings for your Firefox on your Windows and on your Mac?
Upvotes: 3
Reputation: 9442
This is most likely a bug in the browser and/or plug-in. My suggestion would be to try telling JavaScript to open the window, using ExternalInterface. This may be more likely to trigger a pop-up blocker though.
Upvotes: 0