Skip to content
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

ON Android 13 when redirect fires I get a pick app (Chrome and my app) #848

Open
billnbell opened this issue May 4, 2023 · 4 comments
Open

Comments

@billnbell
Copy link

This is new when I upgrade to latest Android 13.0

image

I get a popup "Disambiguation" ?

image

What can we do to remove that?

@billnbell
Copy link
Author

By the way this does not happen on Pixel 5/Android 12.0/and Api 31.

This is new to our customers.

@kabirbaidhya
Copy link

Not sure if this helps but I observed similar issue with native "Open with" prompt showing up on redirection in android which was due to improper activity/intent configuration.
After I followed these instructions and more specifically what was recommended in this comment, my issue was resolved.

You can check that if you haven't already.

@billnbell
Copy link
Author

Yes I did that. And I tried each way. This is a different issue in Android 13. It appears my app is not registering my scheme as 'theclubsfdc'... I am getting one from Chrome and one from My app as disambiguation "intent". See above. When I set up the auth wrong I get 2 of the same app. Unsure how to tell chrome to ignore the scheme "theclubsfdc" ?

@billnbell
Copy link
Author

I tried adding autoVerify like below on intent-filters, but it did not help me.

<intent-filter android:autoVerify="true">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants