I am currently experiencing an issue with my application where a blue outline color is appearing on the input field for Micromax A110 and Sony Ericsson mobile devices, while all other Android devices do not have this problem. I am unsure of the exact reason behind this.
Here is the code snippet:
HTML: .demo { outline:none; box-shadow:none; }
This code is functioning properly on most devices, but it seems to be malfunctioning on the aforementioned mobile devices. I am puzzled as to what could be causing this specific problem.