Tariq Yousuf
Tariq Yousuf

Reputation: 19

Intel XDK build for Android not working

I am very new to Intel XDK.

To build my initial concepts, I made a very simple html 5 hello world page and it is working fine when running under EMULATE tab.

I build the app for Android, email to my address, download on mobile and installed it as well.

But after installation, when I start the application, it shows the first page with title "Html5 App Development" and then a blank White screen, that's it, I am not able to view my index.html page on the mobile.

What am I doing wrong here?

Upvotes: 2

Views: 1089

Answers (2)

Gregory M.
Gregory M.

Reputation: 26

I hope that by now you have solved the problem but in case other people run into this thread. We had the same issue at times with our app until we tracked down the problem to the way the init and document ready gets fired. Tweaking with the document ready features did the trick for us.

Upvotes: 1

Brad Hill
Brad Hill

Reputation: 36

It sounds like you probably have it drawn at some point offscreen, due to the pixels rendered in the display vs actual pixels.

Try setting the viewport/screen size to handle this: https://gamedev.stackexchange.com/questions/70700/viewport-pixels-trouble-intel-xdk

Upvotes: 0

Related Questions