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?
我正在使用jQueryMobile和phonegap创建混合移动应用程序。现在我需要在相机视图中为应用程序实现增强现实。我为此目的得到了满足感。我可以使用混合移动应用程序执行以下链接中提到的功能吗?
http://www.wikitude.com/showcases/active-website-augments-real-estate/
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
我在这里有一些示例应用程序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.
但我很困惑我是否可以将它用于混合移动应用程序(仅限html,js和css文件),因为这些示例包括WikitudePlugin.java文件。
Please help me, Thanks
请帮帮我,谢谢
1 个解决方案
#1
5
Please have a look at the Wikitude Forum.
请查看Wikitude论坛。
Your question was answered there already (quote from user "Caroline")
您的问题已在那里得到解答(引自用户“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. "
“Wikitude插件是一个Phonegap插件.Phonegap插件将原生(适用于Android:Java,iOS:Obj-C)代码文件添加到您的项目中。这个本机代码支持您可以在混合代码中调用的功能。因此,您的混合代码仍然是混合的,但在部署到不同平台之前,您还应该为该平台提供Phonegap插件(例如Wikitude插件)。“
#1
5
Please have a look at the Wikitude Forum.
请查看Wikitude论坛。
Your question was answered there already (quote from user "Caroline")
您的问题已在那里得到解答(引自用户“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. "
“Wikitude插件是一个Phonegap插件.Phonegap插件将原生(适用于Android:Java,iOS:Obj-C)代码文件添加到您的项目中。这个本机代码支持您可以在混合代码中调用的功能。因此,您的混合代码仍然是混合的,但在部署到不同平台之前,您还应该为该平台提供Phonegap插件(例如Wikitude插件)。“