Proactive chat is an excellent feature and works great on desktops.
However, on mobile devices it can really obstruct the user experience.
A mobile device user has their screen hijacked by the chat dialog, and most times it is easier to exit the website rather than dismiss the dialog. This is evident by a massive increase in bounce rates since using the proactive chat feature.
The simple solution is to switch it off, but it is definitely generating leads on desktop computers.
There should be a feature that allows the selection of behaviour on various devices.
For example:
You can select Desktop On/Mobile Off
Or instead of showing a chat dialog on mobile, the icon could flash.
At the very least, some javascript parameter in the widget code to allow a developer to load the appropriate widget programmatically.
if(screen.width>360)
{
//LOAD WIDGET WITH PROACTIVE CHAT
}
else
{
/LOAD WIDGET WITHOUT PROACTIVE CHAT
}
