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?