Angular payments formatting not working with Ionic Keyboard

I have everything set up and working in my app, with angular payments. One day the formatting just stopped working. (For example, formatting used to enter spaces automatically when typing in ‘4242424242424242’)

I ran ionic run android -l, and opened up the dev tools in Chrome. When I type in the text using my physical keyboard, everything works as expected. When I use the onscreen keyboard, the formatting doesn’t work.

Has anyone ever come across this? If so, how did you fix it?

Thanks

Anyone come across this?

Hello! Are you fix it?
I have same problem…
Thank you!

I ended up making a filter that puts spaces where they are supposed to be. I’m not really a fan of the solution, but at least it works.

1 Like

If it works is a good idea! Could you share your solution of your filter?
God bless you!

While sending the data using ionic serve it is working fine but not on ios device ?

Can you help me with this issue

Thanks in advavce

What key events are being triggered? That might give you a clue to why it’s not working.