I am trying to make a call from JS to Android. It works, but when I try to send a medium size message (a parameter with 40 characters) it does not work (I see an error message: Service not available).
Why happens this? Does it have a limit for the size of the message? How can I send big messages?
Thank you in advance!
M
Martin Lechner
said
about 9 years ago
Hi Santiago,
What's the message you want to send, and the complete URL that you are using, so we can check internally.
Santiago González