Tornado Mobile click events not detected with socketIO #1102
-
Mobile click events are not detected when using Tornado + SocketIO. It works fine on laptop browser. Server Code:
Client side Javascript code
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Above is the capture from Laptop browser which is expected |
Beta Was this translation helpful? Give feedback.
-
Below is the screenshot from mobile browser where nothing happens after clicking button. It seems like button click is not detected using client emit ?? |
Beta Was this translation helpful? Give feedback.
-
Please review the information in the Troubleshooting section of the documentation. This should help you debug this problem, which to me seems to be unrelated to Socket.IO. https://python-socketio.readthedocs.io/en/latest/server.html#debugging-and-troubleshooting |
Beta Was this translation helpful? Give feedback.
Please review the information in the Troubleshooting section of the documentation. This should help you debug this problem, which to me seems to be unrelated to Socket.IO. https://python-socketio.readthedocs.io/en/latest/server.html#debugging-and-troubleshooting