Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

because my app just begins when have internet?

When the wifi is off it does not open the startscreen, is a white screen.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Hi Rafael,

I've tried it on new app and it works for me.

May be you use some network resources?

Please try following:
1 Create new app.
2 On start screen add some components(input, label, button).
3 Build the app and run in on your device.

Regards.

Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

The application and the Bahiatel2 .

WHEN IS WITHOUT IT internet takes a Start.
Why ?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Rafael,

Probably you have:
1) Something is loading on page show event like image from internet, any images that has been added via link can do this
2) You have an error during page show or load event

Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Remains the same.

If the WiFi is enabled on the smartphone, the app starts in 2 seconds .

If the wifi is turned off on your smartphone, the app starts up in 30 seconds.

How Come? can you help me?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Hi Rafael -

Please check the steps that Evgene have suggested you.
You probably have some services calls on page show event or some errors.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Evgene, I have the same issue (web-only app runs perfectly on wifi both in test mode on the computer and the iphone). But on cellular, the iphone fails - a long time (about 15 seconds) to go from white screen to my log-in page, the log-in page shows wrong colors, some controls are obliterated and buttons to subsequent pages don't operate.

Taking the above advice, I removed a carousel with about 6 pictures which I thought may be the problem - but to no effect (can this be a cache issue?).

Can you clarify one thing: when running from my computer, there seems to be no problem. Can there be still problems when running on the iphone via cellular? If so, is it possible to debug on the iPhone via Weinre if the app appears to hang at the very start of the program?

Thanks for your guidance on this.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

UPDATE: It's now taking about 40 seconds to load, and I cannot get Weinre to recognize the iPhone!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Hi Robert -

If you can run it on the computer, you can analyze the number of requests sent from your app and minimize this overall number as much as possible.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

because my app just begins when have internet?When the wifi is off it does not open the startscreen, is a white screen.

Thank you Illya. Before I begin what you suggest, would you be able to look at this:

http://stackoverflow.com/questions/25...

Do you think this is possibly my problem? If so, what would I need to do to implement that solution within Appery?

Return to “Issues”