composeuisuite / ohteepee

A Simple, Customizable, Easy-to-use OTP/Pin Jetpack Compose Library
Apache License 2.0
142 stars 9 forks source link

current ohteepee bugs #15

Open javad0470 opened 8 months ago

javad0470 commented 8 months ago

Hello and thank you for your fascinating library. Below, I would like to address some of the bugs I noticed within the library.

For the first time, the keyboard opens automatically, but after closing, it does not reopen by clicking on the OTP. There is an issue with focusing on the OTP.

The text that is written is no longer removable and editing it encounters problems. There is no control over the imeAction keyboard, and its type cannot be changed.

It is better that any character clicked on a cell is editable.

javad0470 commented 8 months ago

clean keyCode in softkeyboard doesn't work when we use Char inside Cells and it's optimized for numbers only

ilyasipek commented 8 months ago

Hello @javad0470, thanks a lot for your feedback, can you share your code? and I think these issues are happening when you trying to use OhTeePee for chars, not numbers yeah?

For the imeAction customization do you want it just for the last cell or what is your usecase so we can develop it for u?

ilyasipek commented 8 months ago

clean keyCode in softkeyboard doesn't work when we use Char inside Cells and it's optimized for numbers only

BTW, what do you mean by keyCode?

javad0470 commented 7 months ago

clean keyCode in softkeyboard doesn't work when we use Char inside Cells and it's optimized for numbers only

BTW, what do you mean by keyCode?

Clean Button on soft keyboard

javad0470 commented 7 months ago

Hello @javad0470, thanks a lot for your feedback, can you share your code? and I think these issues are happening when you trying to use OhTeePee for chars, not numbers yeah?

For the imeAction customization do you want it just for the last cell or what is your usecase so we can develop it for u?

yeah it just happen when we are typing Char