Zekai Oğuz Özalp
Zekai Oğuz Özalp
In the following code, white background stays in view for couple seconds after notification disappears. I've seen this in Android but not tested on iOS yet. Is it a bug...
I had an issue with a super-old (from 90s) dbf file. Developer created a 256 characters long text field. I didn't notice the real issue since I was using loose...
The name "gray" return hex code but "grey" doesn't. On the otherhand, it's the otherway around for "lightgray" and "lightgrey". Using the following code for the time being. `toHex(name.replace("gray", "grey"))...