Page 1 of 1

problem with mobile phones

PostPosted: 08 Feb 2015, 07:31
by ANavarra
no messages are sent with the phone, but I write when I click on submit you do not read anything. I tried with windows phone and it does not work. I also tried one of your chat site fuonziona and not even that. How do I solve?

Re: problem with mobile phones

PostPosted: 07 Jul 2016, 02:30
by WLeonardo
Same problem here.
Messages not beeing sent from Nokia with Windows Phone.
Other mobile OS-s seem to work fine!!!

Any advice?

Re: problem with mobile phones

PostPosted: 07 Jul 2016, 05:52
by WLeonardo
ANavarra wrote:no messages are sent with the phone, but I write when I click on submit you do not read anything. I tried with windows phone and it does not work. I also tried one of your chat site fuonziona and not even that. How do I solve?

Hi.

solved the problem
there is a missing argument in the "arrowchat\public\mobile\includes\js\mobile_libraries.js" file
Search for:"this.sound.removeEventListener("ended");"
and replce with "this.sound.removeEventListener("ended",this._ended.bind(this));"

Re: problem with mobile phones

PostPosted: 07 Jul 2016, 13:06
by Jason
WLeonardo wrote:
ANavarra wrote:no messages are sent with the phone, but I write when I click on submit you do not read anything. I tried with windows phone and it does not work. I also tried one of your chat site fuonziona and not even that. How do I solve?

Hi.

solved the problem
there is a missing argument in the "arrowchat\public\mobile\includes\js\mobile_libraries.js" file
Search for:"this.sound.removeEventListener("ended");"
and replce with "this.sound.removeEventListener("ended",this._ended.bind(this));"

Thanks! We'll put this in the official release.