This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Description
Describe the bug
When a request error occurs, e.g. the device has no internet connection, the plugin call does not getting rejected. As a result the error can not be handled by ionic.
To Reproduce
Steps to reproduce the behavior:
- Implement a basic HTTP request with error handling, let's say a GET
- Turn off internet connection on device
- Send the request
=> The error does not get catched
Expected behavior
The plugin call rejects and the error does get catched
Smartphone (please complete the following information):
- Device: iPhone SE 2020
- OS: iOS 15.2.1
- Browser: Safari
- Version:
Additional context