Capture “done” button click in iPhone’s virtual keyboard with JavaScript

I was unable to track the ‘done’ button being clicked. It didn’t register any clicks or keypresses. I had to addEventListeners for change, focusout and blur using jquery (because the project already was using jquery).

Leave a Comment