-
Notifications
You must be signed in to change notification settings - Fork 394
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
[BUG] Android Compose + KP2A Autofill #2371
Comments
I am having the exact same issue. If we can log additional information from the app I am also willing to provide it. I could even contribute a fix, but that might require some bigger setup on my end first after reading the how to build guide 😅 |
unfortunately I cannot build the app locally as I "only" have an M1 mac at my disposal right now, but it looks like the app cannot parse the autofill structure: |
I created a pull request to change the way the package id is determined |
As more and more apps are transitioning to compose this would be a really nice addition. Do you need anything else? I'm open to modify my pr if it helps |
thanks for the PR. I haven't had time at all for maintaining the app recently, but I will have more from next week on. I will check it then. |
Hi, i'm trying to implement autofill in an Android app with Compose.
I am using AutofillType and AutofillNode.
My problem is that when I want to select an entry, it shows all the entries having androidapp://some.package.name in their additional fields, and not only the one having androidapp://my.app.package.
I don't know it it is a question or a bug, because in my memories this used to work.
I created a simple project to test this : https://github.com/lolo-io/DebugAutofill with just an email an password input, and all the code in the MainActivity.
It should work with androidapp://com.lolo.io.debugautofill
Maybe I'm doing something wrong. If you have an Idea let me know.
I test on a Pixel 6a device.
Thank you,
Basically this is how I add autofill support :
The text was updated successfully, but these errors were encountered: