Page 1 of 1

CHATWITH() - Mobile Version

PostPosted: 26 Jan 2016, 11:21
by RTenrio
Is there any way to open a poup direct conversation on mobile version?


Currently, this only works on DESKTOP version:

Code: Select all
<a href="javascript:;" onClick="jqac.arrowchat.chatWith('23');">Chat With Me</a>



I can see bellow parameters by using "inspect element" on chorme, when you click on user to chat (DESKTOP version).

Code: Select all
chatbox=18475&userid=1&focus_chat=18475


But, i cant use that parameters or javascript api "chatWith() " to open a direct chat conversation on MOBILEversion. Something like this:

Code: Select all
http://mysite.com/arrowchat/mobile?chatbox=18475&userid=1&focus_chat=18475

Re: CHATWITH() - Mobile Version

PostPosted: 02 May 2016, 01:19
by jcom
I really need also this because most of my users run on mobile devices and that's why i bought the new version of arrowchat.

I've check with the inspector and see:

userid=10&focus_chat=12&tab_alert=0

on POST /arrowchat/includes/json/send/send_settings.php

but can't seem to work,

please support tell us how because it's not working