I have create an apps like wikitude sample - solar system, when user click/touch in the moving object, and apps will display message. However, I have 2 questions on it.
1. for iOS, I cannot exit Architec World with command wikitude.close()
2. For other function are work perfectly in all mobile devices, but it has some issue happen only in Samsung Gallaxy Note 3. That issue is like an object moving at the screen, when I click/touch in that object, it will hard to display message. but in other mobile like iPhone, Samsung Gallaxy Note 2, Sony XPerie S... also no this kind of issue happen.
Can please some one advice.
Thank you.
A
Andreas Schacherbauer
said
almost 10 years ago
Hi, I'm guessing you're using PhoneGap. Have you had a look at the Wikitude PhoneGap Sample Application and how it is impl. there? There is also a 'swipe to left' mechanism impl. to close the Wikitude Plugin.
Best regards Andreas
Y
Yong Wei Jian
said
almost 10 years ago
Hi,
Yes, I am testing with that iOS sample. However I found an unknown error, which is I cannot call WikitudePlugin.close() cause some error stack in WikitudePlugin.stopLocationUpdates();
if (url.indexOf('closeScreen') > -1) { WikitudePlugin.close();
}
Any advice ?
Thank you
A
Andreas Schacherbauer
said
almost 10 years ago
Hi, It seems to me that you are not using the latest available PhoneGap plugin. We did a update a couple of weeks ago where we updated the JS integration and removed some obsolete code from older plugin versions.
Please download the latest version from GitHub and test it again.
Best regards Andreas
Y
Yong Wei Jian
said
almost 10 years ago
Oppsss, thank you.
Y
Yong Wei Jian
said
almost 10 years ago
Hi, I have downloaded latest version as your guide, but that AR still hard to touch ?
and we suspect it should be Android Version - KITKAT issue, even we saw latest version have some KITKAT checking, but it is not working.
Please advise.
Thank you.
A
Andreas Schacherbauer
said
almost 10 years ago
What exactly do you mean by 'hard to click'? Is it only Android KitKat related or also on iOS?
Yong Wei Jian