fraggjkee / sms-confirmation-view

A custom Android's View implementing all the necessary UI for a typical "enter SMS / PIN code" flow.
Apache License 2.0
79 stars 28 forks source link

Keycode del not work on Samsung A9 Pro #9

Open kylevu2703 opened 2 years ago

kylevu2703 commented 2 years ago

I checked on my device: Samsung A9Pro (android 8.0), and when click key del on softkeyboard, nothing happenned. I want last code deleted. I think it's a bug of onKeyListener(), so pls make SmsConfirmationView class open, not final, so I can custom it if want. Thanks so much!

fraggjkee commented 2 years ago

Hey @kylevu2703 ,

I'm afraid I can't reproduce this bug on my devices (mostly Pixels). Not sure if making the class open will allow you to adjust the view in order to fix the issue. You can fork the repo though and make this change in your local copy I believe. Feel free to raise a Pull Request to this project if you'll come up with a solution.

Thanks for reporting the issue.