Augmented Reality in Hybrid mobile application

坚强是说给别人听的谎言 提交于 2019-12-22 08:57:43

问题


I am creating a hybrid mobile application using jQueryMobile and phonegap. Now I need to implement the augmented reality in camera view to the application. I got wikitude for this purpose. Can I do the functionality mentioned in the following link using hybrid mobile application?

http://www.wikitude.com/showcases/active-website-augments-real-estate/

I got some sample application here https://github.com/Wikitude/wikitude-phonegap/tree/master/Android

But I am confused whether I can use this for hybrid mobile application (only html, js and css files), since these samples include WikitudePlugin.java files.

Please help me, Thanks


回答1:


Please have a look at the Wikitude Forum.

Your question was answered there already (quote from user "Caroline")

"The Wikitude Plugin is a Phonegap Plugin. Phonegap Plugins add native (for Android: Java, for iOS: Obj-C) code files to your project. This native code supports functions you can call from within your hybrid code. Therefore, your hybrid code remains hybrid, but before deploying to different platforms, you should provide the Phonegap Plugin (such as Wikitude Plugin) for that platform as well. "



来源:https://stackoverflow.com/questions/16107895/augmented-reality-in-hybrid-mobile-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!