window.open Issue on iOS for WhatsApp Chat Redirects
Unanswered
Atlantic herring posted this in #help-forum
Atlantic herringOP
Hello everyone, I have a React web app that uses window.open to redirect to a WhatsApp chat. This solution works well on browsers and Android devices, but on iOS devices, it doesn't open the link due to the popup blocker in iOS browsers. Does anyone know how to resolve this issue for iOS browsers?
1 Reply
@Atlantic herring Hello everyone, I have a React web app that uses window.open to redirect to a WhatsApp chat. This solution works well on browsers and Android devices, but on iOS devices, it doesn't open the link due to the popup blocker in iOS browsers. Does anyone know how to resolve this issue for iOS browsers?
have you tried [this](https://stackoverflow.com/a/39387533)?