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