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

How to auto-populate the fields? #2

Open
DrMkcTheHandSome opened this issue Jan 28, 2021 · 1 comment
Open

How to auto-populate the fields? #2

DrMkcTheHandSome opened this issue Jan 28, 2021 · 1 comment

Comments

@DrMkcTheHandSome
Copy link

So i have another function that is same with gcash. it allows to auto populate the text fields once the user receive the otp.

The logic behind it good now but I'm not sure on how can I auto populate the code in text field and pragmatically insert data on it

@hari-vardhan-reddy
Copy link
Owner

hari-vardhan-reddy commented Apr 3, 2021

u need to use the broadcast receiver to scan every message notification. and apply regex on it, to get the OTP.
once you get it. you can modify the library code to populate the OTP.

Currently, it's not implemented. Thanks for the suggestion i will add this functionality in future

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