In desktop screen, the intercom looks good but in mobile screen, it blocks the important button like button, text…
How can I fix it?
In desktop screen, the intercom looks good but in mobile screen, it blocks the important button like button, text…
How can I fix it?
Best answer by letapatton2
According to me you can try Intercom’s built-in alignment and hide_default_launcher options along with custom CSS or JavaScript. One common approach is to hide the default fixed launcher on mobile (window.Intercom('update', { hide_default_launcher: true })) and create a small custom floating button that opens Intercom when tapped, which you can make draggable using a simple touch/mouse drag script. This way, users can move the Intercom widget around on smaller screens, ensuring it doesn’t cover important UI elements.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.