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?
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));"