
testing app on device shows only black screen.
Hi, I created hello world app, app is working fine on simulator, But when I install this app on device, and launch it from devie it shows only black screen. I am not sure whats the possible reason for this. Device which I am using is Intex cloud fx. Does any here faced this problem?
Thanks
Ọ̀nà àbáyọ tí a yàn
hi @bhuvan I solved this problem by adding this css to my html page. html, body {
background: white;
}
For some strange reason, app is being run but is showing full black screen. Jan Jongboom helped me in fixing this issue, I asked this question on stackoverflow as well.. Here is link to that question.
Hope this trick will solve your problem as well
Ka ìdáhùn ni ìṣètò kíkà 👍 0All Replies (5)
Hi Malkit Singh,
I'm sorry to hear that you're having problems installing a test app that you developed for your Intex Cloud Fx.
Unfortunately, I have not heard of this issue. Do you have a different Firefox OS device that you would be able to test this on?
I would also suggest contacting Intex Support for device-specific issues.
If you believe there might be something wrong with the code in the test app, you can ask developer-related questions on StackOverflow.
Please let us know if you have any other questions about your new Firefox OS device! =)
- Ralph
Even I am facing the same problem when trying to run hello world test app on Intex Cloud FX. The app is getting install but it shows a black screen. How to debug. Were can i check the logs?
Ọ̀nà àbáyọ Tí a Yàn
hi @bhuvan I solved this problem by adding this css to my html page. html, body {
background: white;
}
For some strange reason, app is being run but is showing full black screen. Jan Jongboom helped me in fixing this issue, I asked this question on stackoverflow as well.. Here is link to that question.
Hope this trick will solve your problem as well
Thank you so much Malkit. Its working. The fix was so simple.
great to know that.. cheers!!