JakeGinnivan / react-popout

React popout is a React component wrapping window.open allowing you to host content in a browser popup window.
MIT License
188 stars 59 forks source link

React popout opening new tab instead of popout on certain chrome version #52

Open abdullah2891 opened 5 years ago

abdullah2891 commented 5 years ago

the popout is opening new tab instead of popout. tested the demo http://jake.ginnivan.net/react-popout/

Chorme Version 74.0.3729.157

sidharthancr commented 4 years ago

@abdullah2891 I have reimplemented the react-popout with IE support and more flexible

https://www.npmjs.com/package/react-popout-v2