-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some help to get ionic-appauth to work on Android after upgrading from Capacitor V2 to Capacitor V3 #81
Comments
Thanks for your contribution. I faced a similar issue, when using the demo for capacitor. On the mobile the device the InAppBrowser does not return to the app. I just get a blank screen. I tried to add your second intent-filter to the AndroidManifest.xml, but it still doesn't work. The file is located under angular-android\app\src\main\AndroidManifest.xml and looks like this:
Do I have to add anything else here? |
I was able to solve the issue by adding those 2 intents:
|
@Ben555555 @wrzr123 Would you be so kind and post the content of your string file? |
What do you mean by string file? I just noticed that the following bit: |
@wrzr123 Sadly that doesnt solve my problem. |
I don't think it helps but here you go
|
Hey,
yesterday I was upgrading my Ionic app from Capacitor 2 to Capacitor 3, and I was struggeling a long time to get the redirect to work from my identity provider back to the app on a real Android device. I just want to document this for others who maybe also run into the same problem, so maybe it can just be transfered into some readme or stay here for others to be found.
This is necessary to make the redirect back to the app work. It's not necessary to replace anything here with your own app-Id, it works like that.
It's strange, but with Capacitor 2 these lines were inserted automatically in the manifest. Now with Capacitor 3 you have to enter it manually.
The text was updated successfully, but these errors were encountered: