Help Center

Is there anything I need to do so it looks ok on mobile?

On iPhone, when it focuses in on a field of form, Safari automatically zooms, making it difficult to read the conversation.

To stop this behavior in the window, the website's viewport, where the script is found should contain maximum-scale=1.

On Android devices, maximum-scale=1 is not necessary but it is recommended to have the viewport programmed in the following way.

Here is a viewport example 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.