vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
156 stars 71 forks source link

Accessing from mobile device #103

Open Liero91 opened 2 years ago

Liero91 commented 2 years ago

Hello,

I have the problem if I access the controller with an mobile device (IOS or Android) it restarts and access is not possible with these devices. With my PC everything works as intended.

Lukas

vitotai commented 2 years ago

There are issues with iOS safari, and I can't solve.

I am not sure if it has something to do with this issue: https://developer.apple.com/forums/thread/685403?login=true

Turning off the option on iOS seems to solve this issue. Setting safari =>Advanced=>Experimental Features=>NSURLSession WebSocket to off

I don't have an Android mobile.

Update: Someone seems to solve this issue. I adapted his library and it seems to work. You will need to build the binary by yourself.