Start a new topic

Radar is not showing

Radar is not showing


Hi,

I am working on one iOS native Augmented Reality app using wikitude javascript framework.

I am calling did update location delegate and for that I have given distance filter as none.

But i can see that when did update location is getting called every 10 seconds, the radar is getting disappeared but the POI dot and marker are still present on the screen.

The radar is getting disappeared everytime when location update is getting called.

 

Please help me out.

Hi,

Please have a look at the SDK sample application and check if issue also occurs there.
Does the issue occur on both, Android and iOS?
Maybe you triggered AR.context.destroyAll() in your JS call or destroyed the textures of the radar...

Best regards,
Andreas

Hi,

This issue is only in iOS , I have checked the SDK example and in that its not there.

I am not setting ARcontext.destroy anywhere in my project.
Login or Signup to post a comment