Tag: blockers
-
Annoyances with Javascript Popups and Browser Popup Blockers
I had an annoying issue with window.open() on Webkit browsers (actually browsers that blocked popups). The issue was that I needed to open a new window for Facebook Connect or Twitter authentication. However, the problem with Webkit browsers is that the popup must IMMEDIATELY occur after the action is triggered. In reality, that statement is…