casey palmer
Posts: 0
Joined: Tue Mar 18, 2014 6:32 am

page preloader

Hello, just curious about this and I could not really find anything. I'm running the app as a web application on iPhone 4S.. So what I have done is save the start page as an icon on my home screen.. When I tap this icon I go to my Sign In page.. This works no problem but it always seems to take about 6 or 7 seconds to load the Sign In Page and while loading its just a white screen... When i try on Android Nexus 4 it goes a little faster, but not much

Also, This is the published app. ;

I read somewhere about saving to the dom? not really familiar but I did see some instruction on this about adding a a new property (More Properties attribute data-dom-cache with value "true"). Do you think doing this to my Sign In page will help it to load faster in the beginning? or any other suggestion, possibly a preloader that I can use to draw the users attention so they know something is happening...

Thanks..

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

page preloader

Hello,

Do you test your app as native?

casey palmer
Posts: 0
Joined: Tue Mar 18, 2014 6:32 am

page preloader

I just installed the appery app from App Store to test native and when I select my project it takes even longer for the sign in page to load. Any suggestions. Thanks again for any help.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

page preloader

This situation is normal for hybrid applications.

When app starts there is no content and that's why nothing to show. It is loading from server.

Servers have some delays to generate content correctly. Also some delay has Internet on the device.

Please specify what kind of Internet you use on your device?

Also have you tried to check it if you run your public link in desktop browser?

casey palmer
Posts: 0
Joined: Tue Mar 18, 2014 6:32 am

page preloader

Yeah, I figured that and Iàm not too much worried about the lag at the first load. I just wanted to see if there was anything I could do to just make it look like something was happening instead of just a white screen.. like a spinner for pager loading or something... Its not that big a deal, Thanks but I will try what you said above.

Using Safari on IPhone and Chrome on Android Nexus 4.

Return to “Issues”