We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have an issue with the "pong" event on iOS. Data are undefined :( No value in millisecs. Works perfectly on Android.
Thank you for your help !
The "pong" even works perfectly on Android (i get the delay in ms as data), but nothing on iOS, data are "undefined" in the pong event.
socketIO.on('pong', function (data) { console.log(data); //undefined on iOS });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have an issue with the "pong" event on iOS. Data are undefined :(
No value in millisecs. Works perfectly on Android.
Thank you for your help !
If the demo apps cannot help and there is no issue for your problem, tell us about it
The "pong" even works perfectly on Android (i get the delay in ms as data), but nothing on iOS, data are "undefined" in the pong event.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
"nativescript-geolocation": "^5.1.0",
"nativescript-insomnia": "^1.2.3",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-plugin-firebase": "^9.0.4",
"nativescript-socketio": "^3.3.1",
Please, tell us how to recreate the issue in as much detail as possible.
Is there any code involved?
socketIO.on('pong', function (data) { console.log(data); //undefined on iOS });
The text was updated successfully, but these errors were encountered: