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.
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.
The application and the Bahiatel2 .
WHEN IS WITHOUT IT internet takes a Start.
Why ?
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
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?
Hi Rafael -
Please check the steps that Evgene have suggested you.
You probably have some services calls on page show event or some errors.
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.
UPDATE: It's now taking about 40 seconds to load, and I cannot get Weinre to recognize the iPhone!
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.
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?