Start a new topic

Wikitude ARchitect World crashes on IOS7

Wikitude ARchitect World crashes on IOS7


Hy everybody,

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

Hi,

can you post the console output of your iOS application so that we have a starting point for further investigations?

Best regards

Andreas

It isn't a IOS application, just an Architect World that loads in wikitude. I followed this steps

http://www.wikitude.com/external/doc/documentation/3.0/web/workflow.html#run-the-architect-world-within-the-wikitude-world-browser-on-ios

And called AR.logger.activateDebugMode()

But I'm not able to see the console output. (also the logger section gives page not found)

amedeo

 

 

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.

Best regards

Andreas
Login or Signup to post a comment