Augmented Reality in a Hybrid Mobile Application

I am creating a hybrid mobile application using jQueryMobile and phonegap. Now I need to implement augmented reality in the camera view for the application. For this, I received an invitation. Can I use the functionality indicated in the following link using a hybrid mobile application?

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

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

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

Please help me, thanks

+4
source share
1 answer

Please see the Wikitude Forum .

Your question has already been answered (quote from user "Caroline")

"The Wikitude plugin is a Phonegap plugin. Phonegap plugins add native files to your project (for Android: Java, for iOS: Obj-C). This native code supports functions that you can call from your hybrid code. Your hybrid code remains hybrid, but before deploying across platforms, you must provide a Phonegap plugin (such as the Wikitude plugin) for that platform. "

+5
source

All Articles