I made an architect world that returns some value form server based on user position.
I don'thave to show other POIs right now, so I disbled the camera and show a marker on the map using Openlayers API.
The guide and information are displayed in a popup using jquery mobile. Everything works fine testing in desktop browsere with ade.js, it's very slow on a Android device and it crashes on Ipad with IOS 7 when I tap outside the popup to made it desappear.
I don't know What I'm doing wrong... any suggestion?
amedeo fadini FEM
A
Andreas Schacherbauer
said
over 9 years ago
Hi,
can you post the console output of your iOS application so that we have a starting point for further investigations?
Best regards
Andreas
F
FEM PGIS
said
about 9 years ago
It isn't a IOS application, just an Architect World that loads in wikitude. I followed this steps
But I'm not able to see the console output. (also the logger section gives page not found)
amedeo
A
Andreas Schacherbauer
said
about 9 years ago
Hi, You could use the Safari Web Inspector to see if the correct ARchitect World is loaded. This will also work with the Wikitude application on your device. Simply enable Web Inspector support on your device and enable the Debug section in your desktop Safari (Both is described in the Wikitude SDK documentation for web developers).
After that, simply lauch your World within Wikitude and open the Web Inpsector for your World. You can then use cmd + shift + r to reload the World and get any js error reported in the Web Inspector console.
FEM PGIS