I'm implementing social auth. When the user clicks on a button, I send a 
command so I can call window.open().

Looking at this call-stack, we can see that the port handler is called in 
the next event: [image: enter image description here] 
<https://i.stack.imgur.com/sh0uU.png>

Since window.open is not being called within the click event lifecycle, 
browsers like safari do not allow for the popup to show up. 

What is your approach?
I've got some upvotes for you if you can help 
<http://stackoverflow.com/q/43295502/592641>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to