Open danfleck opened 6 years ago
have this issue been resolved?
I have the same setup and issue, I found out that online event will be fired if you switch device to background and foreground.
Have the same issue. Workaround by @darkmoment0088 works for me.
Have the same issue. Workaround by @darkmoment0088 works for me.
on some research, i found that it is only happened on certain iOS version. on iPad. it does not happen on iOS12 and above.
hope this information is helpful for you.
Online event isn't firing on iOS.
Environment: iOS iPhone 5 emulator. iOS version: 10.3.1 Also tried same thing on iOS iPhone 6s emulator with iOS 11.4 On physical iPhone 5 with iOS 11.4.1 everything seems to work. Does the plugin have problems in the emulator?
Steps to repeat: cordova create test cordova platforms add ios@latest Add this to index.js:
On the machine running the emulator turn off all network access.
Turn on network access on the computer running the emulator.