When using Capacitor 6.0 with Angular 18 on Android 6.0 devices, some XHR requests are getting canceled.
Observations:
- Directly accessing the service using the IP address works without issues.
- Tested endpoints:
https://jsonplaceholder.typicode.com/todos/1 - No issue
https://api.restful-api.dev/objects - No issue
https://catfact.ninja/fact - No issue
https://api.agify.io/?name=meelad - Request gets canceled
https://img.clerk.com/static/apple.svg?width=160 - Request gets canceled
Additional Notes:
- The issue does not occur on Android 7+ devices. Only on Android 6 device