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
S
Stefano Tombolini
said
over 8 years ago
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
M
Martin Lechner
said
over 8 years ago
Hi Stefano,
What platform are you using (Android, iOS), and are you using any plugins (Phoinegap etc.) for the SDK?
Thanks,
Martin
S
Stefano Tombolini
said
over 8 years ago
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.
Stefano Tombolini