Replies: 3 comments 3 replies
-
i managed it to work ........... if anyone needs an idea about whats wrong, just add this to the AndroidManifest.xml ...........
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I converted my reactjs project to capacitor. I want to connect it with socketio server. that you use I added this but it didn't work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey guys, did you manage to make it work ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, i use socket.io and i dont know if it works with capacitor. I've tryed putting the url under server.hostname or server.allowNavigation[] and nothing, android scheme is also "ws" because its a websocket. So how could i make it connect with my server? As a static website it works, however it doesnt connect with capacitor. Do i have to use a capacitor-Socket plugin for that?
I've tryed with both, Capacitor v2 (latest) or v3 (beta)
Beta Was this translation helpful? Give feedback.
All reactions