Skip to content
New issue

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

Add IOS support #77

Open
miliar opened this issue Dec 14, 2023 · 0 comments
Open

Add IOS support #77

miliar opened this issue Dec 14, 2023 · 0 comments
Labels
enhancement New feature or request software

Comments

@miliar
Copy link
Owner

miliar commented Dec 14, 2023

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

@miliar miliar added enhancement New feature or request software labels Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request software
Projects
None yet
Development

No branches or pull requests

1 participant