+ 1
Problem with colors using mobile phone
When I use PC, background color and text color are all right (I speak for CSS Tags witch included under HTML). But, when I start code from mobile phone, colors are missmatched. What's wrong?
16 Answers
+ 2
How exactly are they mismatched? Can you link an example code?
Different screens/ devices may display colors differently: Screen quality, user settings, etc.
+ 1
Ok. I'm sorry Bob_Li. Problem was in theme selection on my mobile phone. If I remove dark theme for particular SoloLearn application (not for all application), everything work just fine. Sorry. Problem solved 💪😄👌
+ 1
Aleksandar Nedeljkovic
I was using the default theme with night mode off.
turning the night mode on had a bigger effect on the color for me.
Maybe you're just more color sensitive.
I have become accustomed to color variations between devices that I never notice them anymore.
As long as they are close enough and blend well together, my tint variation error margin is pretty liberal.
0
Here a link to code: https://code.sololearn.com/Wamqsqn1oGfo/?ref=app
0
By the way, some times before (I think one-two years), Everything was been ok.
0
All right: #rrggbb; are stands for R(ed) 0 - 255, G(reen) 0-255 and B(lue). Opacity was not included (transpatency from 0 to 1 - Float Point value). When I set some values for color, I think that SoloLearn must have display exactly color with My combination of RGB values. For example: if i put #0f0 (or #00ff00), I expected that color must be green (without color variations for green). Especially I have problem with white color of background. All in all, SoloLearn must be work ccorrectly width HTML editor (for example).
0
maybe it's the color temperature setting in the phone? Depending on the phone settings, the overall tint can be adjusted from warm(yellowish) to cool(bluish). Then you would not be able to see accurate colors.
0
I Can try this Bob_Li , but I can't guaranteed success.
0
I think that doesn't matter. Maybe SoloLearn Can pay attention on this "problem" and solve it in the future 😎
0
The user's screen settings are outside of the reach of the Sololearn app. You need to change the screen settings yourself.
0
Lisa , I try this by changing color temperature, SoloLearn themes (Light/Dark). I even try another phone, but result was same for all. Anyway, thank you 👍🏻
0
White displays correctly for me.. if it is not the phone, then maybe it's your pc monitor's color calibration that's off.
How about browsers, are the colors the same in your pc and phone if you visit the same site?
https://www.makeuseof.com/tag/5-online-tools-calibrate-monitor/
0
No Bob_Li, I have "problem" with mobile phone (if you know what I mean), not PC. For me, the best solution was changing color scheme.
0
And I have stay to my previous opinion: for defining colors, SoloLearn must have correctly interpreted (R)ed, (G)reen and (B)lue color for God Sake. In other words - portability or unifying of code.
0
Just think about that Bob_Li 😎
0
You are absolutely right Bob_Li