Start a new topic

Delay loading index.html

Delay loading index.html


Hi,

I noticed that if I use the WiFi connection, the index.html file is loaded as soon as I open the ar view, while if I use the mobile connection there is a big delay.

I don't understand when the html file is exactly loaded, because all the methods like "this.architectView.load( this.getARchitectWorldPath() )" are executed but the view appears after a while.

What could be the problem? 

 

Thanks,
Stefano

Hi Stefano,

What platform are you using (Android, iOS), and are you using any plugins (Phoinegap etc.) for the SDK?

Thanks,

Martin
Hi Martin,
I'm using Android without plugins and I'm debugging on a Nexus 4.
I've handled the ArchitectWorldLoadedListener and the method is correctly called but it requires more than 30 seconds if I use the mobile connection.
Is that normal?

Thank you,
Stefano

Hi,

I think i discovered the issue. 

I've noticed that removing the debugging javascript "ade.js", the html file is instantly loaded, so maybe the problem was due to the size of that file.

 

Thanks anyway!

Stefano
Login or Signup to post a comment