I recently encountered an issue with a custom input I created in a JavaScript file for an application built on Phonegap. The border of the input was not displaying correctly on Android devices compared to regular inputs.
https://i.sstatic.net/PmSmI.png
My question is, how can I use CSS to create a customized border that mimics the exact appearance of default inputs on Android devices for my custom inputs?