Help
Ask questions about how to do or fix things in Arrowchat
User avatar
ANavarra
Customer
 
Posts: 2
Joined: 03 Feb 2015, 02:44

 

by ANavarra 08 Feb 2015, 07:31

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?
User avatar
WLeonardo
Customer
 
Posts: 3
Joined: 20 Jun 2016, 02:35

 

by WLeonardo 07 Jul 2016, 02:30

Same problem here.
Messages not beeing sent from Nokia with Windows Phone.
Other mobile OS-s seem to work fine!!!

Any advice?
User avatar
WLeonardo
Customer
 
Posts: 3
Joined: 20 Jun 2016, 02:35

 

by WLeonardo 07 Jul 2016, 05:52

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

 

by Jason 07 Jul 2016, 13:06

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.