Disabling CC for iPhone...

Discussion in 'Admin Talk Support & Feedback' started by MordyT, Jan 16, 2010.

  1. MordyT

    MordyT Grand Master

    Joined:
    Dec 6, 2009
    Messages:
    529
    Likes Received:
    50
    First Name:
    Mordy
    I was browsing via iPhone today and noticed that the chat bar does not really work right. It gets stuck. This is a known problems with Cometchat. I know we have Tapatalk, but I only have a RO due to me being cheap.

    So, if you could just add this to the footer....

    Code:
    <script language=javascript>
    <!–
    if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
    {
    // Insert any extra javascript for the iphone/ipod here
    } else {
    // Insert Cometchat Footer Code Here
    }
    –>
    </script>
    That should disable the chat for iPhone users....

    Also, you might wanna add this code in...it will launch a pop-up to bring up tapatalk when browsing the forums from an iPhone.

     

Share This Page