Help
Ask questions about how to do or fix things in Arrowchat
User avatar
jliang
Customer
 
Posts: 14
Joined: 23 May 2013, 15:42

 

by jliang 11 Nov 2013, 14:12

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?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 11 Nov 2013, 14:38

There is no mobile API for this right now.
User avatar
jliang
Customer
 
Posts: 14
Joined: 23 May 2013, 15:42

 

by jliang 14 Nov 2013, 11:36

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.
User avatar
jliang
Customer
 
Posts: 14
Joined: 23 May 2013, 15:42

 

by jliang 21 Nov 2013, 15:36

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.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[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]