Change the color of the drag and drop in the input field of the Android web browser

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 enter image description herefor more details.

+4
source share
1

, theme. , .

, - - ContextThemeWrapper, .

0

Source: https://habr.com/ru/post/1665835/


All Articles