Help
Discuss or request ArrowChat modifications
User avatar
RTenrio
Customer
 
Posts: 7
Joined: 17 Jun 2015, 15:04

 

by RTenrio 26 Jan 2016, 11:21

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
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 02 May 2016, 01:19

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