This is a migrated thread and some comments may be shown as answers.

Build a Photo Album - blank screen at end of step 1

3 Answers 66 Views
Sample Applications
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mainroad
Top achievements
Rank 1
Mainroad asked on 21 Jul 2015, 10:16 PM

I ran through the interactive tutorial for "Build a Photo Album" a month or two ago successfully.

Today I deleted the project it created and tried to step through the same tutorial again.

When I try to "Run -> iPhone" at the end of step 1, the simulator iPhone screen is blank (white).

If I use AppBuilder to run the project on an actual iPhone or Android the result is the same.

What's going on?

I'm on Windows 8.1 and using a Chrome browser.

I've tried using F12 in the simulator to see if I can find an error, but no luck.

Any help would be appreciated!

3 Answers, 1 is accepted

Sort by
0
Mainroad
Top achievements
Rank 1
answered on 22 Jul 2015, 10:51 PM
It was a syntax error in the html.  Unfortunately no errors arise from it.  It just stops the app from working.  Ouch!
0
Accepted
Zdravko
Top achievements
Rank 1
answered on 23 Jul 2015, 01:15 PM

I run into the same situation. All blank windows situations was rised from bugs. It's easy to catch, but you need to start project on "Custom device" (ctrl+F12) instead on iPhone simulator. After that you can invoke console with F12 and locate your bug. 

 

 In most cases it was an open braket or something simple :)

0
Anton Dobrev
Telerik team
answered on 24 Jul 2015, 12:47 PM
Hi all,

@Zdravko
Thanks for your input, indeed, this is correct. Usually a small JavaScript error can break the UI. You can observe these errors in the Developer Console of your browser that runs the simulator after hitting F12.

Note that this is available with any of the devices in the simulator, not only with a Custom Device option. 

@Gordon
In case you need to verify your code against the completed tutorials - here is the list.

Let me know if further questions arise.

Regards,
Anton Dobrev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Sample Applications
Asked by
Mainroad
Top achievements
Rank 1
Answers by
Mainroad
Top achievements
Rank 1
Zdravko
Top achievements
Rank 1
Anton Dobrev
Telerik team
Share this question
or