I am developing a cordova application. In my application, I use an HTML input field. On android kitkat (nexus 5), when I select some text in the input field than the cursor, it is drawn in white. The background color of the screen is also white, so it is not visible, and it seems that the user interface is distorted. On another Android device, it looks in different colors, so it looks good.
So, is there a way to set some custom color for this drag and drop?
Screenshot
for more details.
source
share