Hi,
I have a problem with arrowchat, version 1.8.3. I'm a web developer and I have a client that use the arrowchat on site developed with Wordpress, I didn't developed it. Now I should fix some problem of this site but I don't know how I can fix the following problem.
The chat works very well on desktop but on mobile when a user click on button to chat with other user on the console I have this error: jqac.arrowchat.chatWith is not a function. (In 'jqac.arrowchat.chatWith('205')', 'jqac.arrowchat.chatWith' is undefined).
The button to chat with user is: <a href="javascript:;" onclick="jqac.arrowchat.chatWith('205');" class="chat button">Chatta con me</a> where the 205 is the id of user.
How can I fix this problem?
Thanks