How do I get the different font color from parse?
How do I get the different font color from parse?
I created chat application and i found useful using your example http://help.gotiggr.com/getting-start... as my chat app and add some color for the font to be able distinguish who leave a message, but my problem is I only get one color from top Row of the parse
here the sample image :
and here the image for mobile app :
and here my added code for the font color :
var colorHEX = localStorage.getItem('save_color');
Tiggr('text2').css({'color':'#' + colorHEX});
I put this code in Load event in Run Custom JavaScript
thanks in avance!