I have an app that runs a HTML
page inside a webview
that connects via the socket.io
library to a nodejs
server running a socket.io
server. When I run the app in a simulator in my PC, the app connects perfectly every time, but when I run it on my Samsung Galaxy S9 Plus it won't connect. When I open the HTML page from my phone's browser it also connects perfectly. The only thing that is different on my phone and the simulator is the Android version. The simulator is running Android Oreo, and my phone is running Android Pie.
The question is: is there any change in webview settings/permissions since Android Pie that may cause this problem?