ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work on windows 10

hilkojj opened this issue · comments

I tried using this in my project and it works on Android (chrome).
However on Windows 10 (chrome & firefox) it will always say it is online. Both in the 'working-demo' and in my own project.

Update:
I noticed that navigator.onLine also says true when I'm not online.

I have built it with Windows 10 and Chrome. Need to test with Firefox.

same problem for me on Chrome Windows 10 (with a Angular 7 PWA)

Please create an example GitHub repository to reproduce this issue.

I have also the problem with the demo site

airplane mode and navigator.onLine also says true

image

That's weird. I couldn't reproduce it. Can you share Google Chrome version please?

That's weird. I couldn't reproduce it. Can you share Google Chrome version please?

Last version of Windows, last version of Chrome: 71.0.3578.98 (Build officiel) (64 bits)

I try to disable all my extension to be sure, same problem...