I'm building an iPad app using Xcode, Cordova and HTML files.
In testing the HTML on an iPad, I'm not able to blur my input fields by clicking outside them.
Do I need to code the background to blur the input?
I want the blur so I can hide the keyboard.
Unless there's a better solution to hiding it that does not need a blur().