When running our Ionic project with the command ionic capacitor run android -l --external we are unable to get this library working. We are getting the following error when the library is trying to fetch the OIDC well known config.
Unable to generate PKCE challenge. Not using PKCE. Message: "window.crypto.subtle is unavailable."

Does anyone know why this is occuring? We can view the well known config in the browser.
When running our Ionic project with the command
ionic capacitor run android -l --externalwe are unable to get this library working. We are getting the following error when the library is trying to fetch the OIDC well known config.Does anyone know why this is occuring? We can view the well known config in the browser.