I am new to windows phone development. In windows phone a blank screen is coming after a splash screen. I am using phonegap to build the app with windows. I tried it with different small applications but it is not working. what could be the reason I have googled it for an hour.
Asked
Active
Viewed 776 times
0
-
why are you using phonegap? i mean Windows phone SDK can build with javascript/html/css only – Jorge Y. C. Rodriguez Oct 23 '13 at 14:12
-
I have already developed for android and iOS. I want to use same for windows. How can I use same for windows. – URAndroid Oct 23 '13 at 14:17
-
i've never used phone gap for windows phone, but try to remove the splash file or debug it to see if you are getting into the content render function – Jorge Y. C. Rodriguez Oct 23 '13 at 14:22
-
I did that but no effect. Can you provide me some link for the whole flow of Windows Application Development lifecycle. So I can follow that. – URAndroid Oct 23 '13 at 14:29
-
This may help you (solutions to this problem on iOS and Android) get started: http://stackoverflow.com/a/20407634/158651 – Bart Dec 05 '13 at 18:24
2 Answers
1
About flow: take a look here and here.
About blinking: can you provide some code? It is not a common behavior for wp app.

Nearga
- 106
- 3
-
Can you please tell the solution in brief. It would be helpful for many. – Shafiq Abbas Feb 25 '14 at 06:20
0
I was giving the wrong reference to the cordova.js file. I change the reference to the root directory of the project. After that it is working fine.

URAndroid
- 6,177
- 6
- 30
- 40