-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color picker wheel not showing up #111
Comments
The same happened to a user of my app. He uses a Huawei P20 Pro. Unfortunately I can't reproduce that. I use |
It would be nice to receive an answer from the maintainer of this project |
My app users have the same bug. So far was only Samsung devices and Android 9 related. Today a Huawei user complained about the same thing. I'm also interested in some solution on this issue. |
Latest info about this issue: "What I discovered on the previous version, and probably explains why some having issue is that if you moved from landscape to portrait the bug appeared. This version works either way round and after switching orientation :)" |
@Sahistaja what new version are you refering too ? |
@YvzDigitalLab, sorry. The "new version" is another library. It's not related to the QuadFlask colorpicker issue. |
@Sahistaja thanks for your response! |
Updating to 0.0.15 seems to fix this for me (at least one user says that the color wheel is showing up now). |
Got this problem. Happens randomly. Any ideas? Samsung A50. Android 10 UPD: FIXED. Found the cause of the problem. Occurs when trying to set the wrong color (some channel is missing) ColorPicker code:
Including ColorPicker:
Java code:
|
And you are using version 0.0.15? |
Yep |
Found the possible cause of the bug. It occurs after I try to set the color for wheel |
Found the cause of the problem. Occurs when trying to set the wrong color (some channel is missing) |
Hello,
in some cases (this affects very few users), the color picker wheel is not showing up (see the screenshot). This is weird as it only happens to a few users, although the initialization code is identical for everyone.
Here's the code
AlertDialog colordialog = ColorPickerDialogBuilder .with(LeagueCustomizeShirtActivity.this) .setTitle("Seleziona Colore") .initialColor(0xffffffff) .wheelType(ColorPickerView.WHEEL_TYPE.CIRCLE) .density(10) .showLightnessSlider(true) .showAlphaSlider(false)
and the screenshot
What could be the reason?
Thanks
The text was updated successfully, but these errors were encountered: