Mobile Integration not working
PostPosted: 23 Jul 2013, 21:40
Can anyone tell me how to get mobile chat to work? The desktop version is working but can't mobile to work.
First of all does anyone have a demo of what mobile chat is supposed to look like?
Second the advice given is to provide a link to the web application located at /arrowchat/mobile/.
Can anyone tell me specificially what needs to be in the HEADER portion of the html in the mobile site? Also the code that needs to be near the ending </BODY> tag?
Right now on the desktop version I have:
<link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="http://mysite.com/external.php?type=css" charset="utf-8" />
<script type="text/javascript" src="http://mysite.com/includes/js/jquery.js"></script>
<script type="text/javascript" src="http://mysite.com/includes/js/jquery-ui.js"></script>
Near the </BODY> section I have:
<script type="text/javascript" src="http://mysite.com/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="http://mysite.com/external.php?type=js" charset="utf-8"></script>
What specifically do I need to add to the mobile version of my site?
First of all does anyone have a demo of what mobile chat is supposed to look like?
Second the advice given is to provide a link to the web application located at /arrowchat/mobile/.
Can anyone tell me specificially what needs to be in the HEADER portion of the html in the mobile site? Also the code that needs to be near the ending </BODY> tag?
Right now on the desktop version I have:
<link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="http://mysite.com/external.php?type=css" charset="utf-8" />
<script type="text/javascript" src="http://mysite.com/includes/js/jquery.js"></script>
<script type="text/javascript" src="http://mysite.com/includes/js/jquery-ui.js"></script>
Near the </BODY> section I have:
<script type="text/javascript" src="http://mysite.com/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="http://mysite.com/external.php?type=js" charset="utf-8"></script>
What specifically do I need to add to the mobile version of my site?