I have added Color Picker and while testing on Android 15(and Android 10), on Firefox, when i open color picker it only gives me 10 colors to select. And after select 1, next time i open color picker it shows 9. Last color disappear which is red. There is no sliders to select color that you want. Only 9-10 fixed colors and 2 buttons, Cancel and Set. Thats it!
Other big problem that is happening is that after some time not activity, if you press to open color picker it is not opening it at all!
This looks like a custom color picker (looks really nice actually! ). It’s hard for us to help without knowing how it’s built. Perhaps there’s some logic on the component that is causing the behavior?
As i said before, it only gives me 10 colors to select. There is no options to select custom color. Only 9-10 fixed colors and 2 buttons, Cancel and Set. Thats it.
Other big problem that is happening is that after some time not activity, if you press to open color picker it is not opening it at all.
If somebody know how this can be solved i will really appreciate it.
By the way, its looks like it is combination of OS and browser, because on Windows all browsers have same color picker. On iOS is different color picker from windows but again, its same on all iOS browsers.
On Android is different story. Different browser can have different color picker.
I had it confirmed that we’re using the standard color input and that that’s its standard behavior so there’s nothing we can do on our side.
You can probably modify that standard behavior with some custom code though I’m not sure what the pros and cons of doing that would be. Dev forums might be a good place to look into that.
Otherwise, you could consider building a custom color picker input.