First time post here in the fitbit community. I couldn't find anything on the forum though for my issue.
Every time I build and run a clockface I am programming, the build succeeds but no matter what the code is, all that is output is a red screen. From then on, I have to reset my fitbit to factory default because I cannot do anything but see the red screen as my clockface. I cannot change it back at all.
This is very frustrating as I have a time limit for this project. If anyone could help, I would greatly appreciate any advice or help you have.
Answered! Go to the Best Answer.
Best AnswerI'm by no means an expert, but if you are following along the initial stuff from fitbit, then you probably have
#background {
width: 100%;
height: 100%;
fill: red;
}in your style.css file. If you have red font, too you might be looking at a blank screen. When I crash my Ionic I get the fitbit logo.
Best AnswerI'm by no means an expert, but if you are following along the initial stuff from fitbit, then you probably have
#background {
width: 100%;
height: 100%;
fill: red;
}in your style.css file. If you have red font, too you might be looking at a blank screen. When I crash my Ionic I get the fitbit logo.
Best AnswerI am no expert either so it is my fault I missed that css code in there. Thank you very much.
Best Answer