I have a problem in Cordova Project with Angular 1.x version.
I cannot use inappbrowser because it is no longer supported by Google provider. So I install safariviewcontroller and customurlscheme plugins.
Therefore i use these libraries:
"auth0-lock": "^10.16.0",
"auth0.js": "^8.6.1",
"angular-lock": "^2.0.2",
With this configuration, from the app, on login with google click, the native browser is opened (through safariviewcontroller), but after authentication, Auth0 page shows a white screen with “OK”, and not try to redirect to the app (through customurlscheme).
How can i resolve?