Find the answer you are looking for

Correct display of forms in the mobile chat version

On iPhone, when the focus is on a form field, the Safari browser automatically zooms in, remaining in that state and making it difficult to read the conversation.

To avoid this behavior in the window, the viewport of the website where the script is located must contain maximum-scale=1.

On Android devices maximum-scale=1 is not required, but it is recommended to have the viewport correctly configured according to these technical recommendations.

Here is an example of a viewport for iPhone devices: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

This website stores cookies on your computer. These cookies are used to collect information about how you interact with our website and allow us to remember you. We use this information in order to improve and customize your browsing experience and for analytics and metrics about our visitors both on this website and other media. To find out more about the cookies we use, see our Privacy Policy.

If you decline, your information won’t be tracked when you visit this website. A single cookie will be used in your browser to remember your preference not to be tracked.