In the instructions on this page:
https://github.com/FreakDev/PhoneGap-Android-HTML5-WebSocket
It states: in your javascript, create a new WebSocket, and overload its method ‘onmessage’, ‘onopen’, ‘onerror’, ‘onclick’;
What does this mean?..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you look at their javascript file, you can see they set:
You should set those to be implementations you want to be called. E.g.