Hello everyone,
I’m running into an iOS issue with @capacitor/network. In my minimal Ionic + Angular MWE:
- After switching offline, the app may not detect returning online.
- Automatic
networkStatusChangeevents, manual polling, and offline queuing do not work reliably.
Steps to reproduce:
- Open the app on iOS.
- Toggle Airplane Mode or disconnect Wi-Fi/cellular.
- Toggle network back on.
- Observe the status does not update.
You can also refer to this issue for more details and discussion: https://github.com/ionic-team/capacitor-plugins/issues/40. However, none of the proposed solutions there resolved the problem in my case.
Looking for any guidance, workaround, or contributions to fix this issue.
Thanks!