I have a dropdown menu I am using to filter a gallery. This application is intended to be used for IOS and Andriod.
When I do the testing on my desktop, the dropdown menu is the length of the choices (only 4) so the user can click anywhere else on the screen and the dropdown menu disappears. When I use test the application on a mobile device, the dropdown menu takes up the entire screen and the "x" button to navigate out is dark gray on a black background which makes in nearly invisible.
The only workaround I have found is to change the background color of the dropdown menu but the rest of my application is a black background so for continuity's sake I would like to keep it black. Does anyone know how I can change the color of the "x"/cancel button or if I can limit the size of the menu to not take up the entire screen?