Page 1 of 1

How to open a chat window direct to user on Mobile Version

PostPosted: 11 Nov 2013, 14:12
by jliang
On the desktop version you can use this snippet of javascript to open a chat window direct to a user (like when you click on a users name in your buddies list.)

Code: Select all
<a href="#OpenIM" class="command" id="OpenIM_5940600" onclick="startPopoutChat(); return false;" rel="nofollow">Instant Message</a>

  <script>
    document.getElementById("OpenIM_7115198").onclick = function() {
      jqac.arrowchat.chatWith('7115198');
    };
  </script>



How can we do this on the mobile version of arrowchat?

PostPosted: 11 Nov 2013, 14:38
by Jason
There is no mobile API for this right now.

PostPosted: 14 Nov 2013, 11:36
by jliang
thats a bummer... we don't have chat rooms just people can message each other if they want to ... makes the mobile version not useful if people can't directly chat with each other.

PostPosted: 21 Nov 2013, 15:36
by jliang
Is there any plans to build this feature in the near future? Would really help us out a lot since our users message eachother directly versus being "Friends" first.

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]