-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
The flutter web app works on osx for all browser except safari.
It does not work on IOS(iphone and ipad).
The issue is the non-secure websocket.
To change to wss, the protocol has to change on the server from tcp to ssl:
https://github.com/espressif/esp-idf/tree/master/examples/protocols/https_server/wss_server