From 273d4767f110a39f8b72ccf1c3b4965d39a3f2d6 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Sun, 3 Jul 2022 08:06:37 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Precise=20what=20browser?= =?UTF-8?q?s=20blocks=20the=20popups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/editor/blocks/logic/redirect.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/editor/blocks/logic/redirect.mdx b/apps/docs/docs/editor/blocks/logic/redirect.mdx index 853c33d2f..314e37f3b 100644 --- a/apps/docs/docs/editor/blocks/logic/redirect.mdx +++ b/apps/docs/docs/editor/blocks/logic/redirect.mdx @@ -14,5 +14,5 @@ The Redirect logic block allows you to redirect your user to a given URL either /> :::caution -Some browser will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable. +Safari and iOS devices will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable. :::