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!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

What is best approach to get past browser asking users permission but open in seperate window?

  • 1 απάντηση
  • 2 έχουν αυτό το πρόβλημα
  • 16 προβολές
  • Τελευταία απάντηση από guigs

more options

I am developing a web application and are in the last phase to launch soon, but are running into a hurdle to present our web app to our users in a seperate window.

Here's what we are trying to do: -when users login our web app on firefox browser (our chosen default browser) main window, we want web app to open in seperate window without requesting permission from user to allow window to open (an example to compare to is when web browser user, right clicks on any web page and goes to view source option, there is a seperate window that popups up displaying source) -we want to display seperate window for app in this presentation with no permissions requested to block user from viewing app

What is the best approach to get past this?

I appreciate any advice. Thank you

I am developing a web application and are in the last phase to launch soon, but are running into a hurdle to present our web app to our users in a seperate window. Here's what we are trying to do: -when users login our web app on firefox browser (our chosen default browser) main window, we want web app to open in seperate window without requesting permission from user to allow window to open (an example to compare to is when web browser user, right clicks on any web page and goes to view source option, there is a seperate window that popups up displaying source) -we want to display seperate window for app in this presentation with no permissions requested to block user from viewing app What is the best approach to get past this? I appreciate any advice. Thank you

Όλες οι απαντήσεις (1)

more options

window.open() opens a new window, however there are features in Firefox that can prevent this behavior and force the new window to open in a new tab. What I found in Stackoverflow for preventing defualt: