"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Webview integration issue

Hi,

I am trying to integrate a webview into the cloud service. I am using the concept explained in the link: http://developer.android.com/guide/webapps/overview.html 

My issue is that the webview will replace the existing camera view when displayed. I want the camera feed displayed with a transparent web view over it so that I can load content to the web view using JavaScript.

Is it technically possible? My aim is to replicate the exact behavior of Layar App.

Thanks,

BP

Yes , you can! I implemented this feature just yesterday in my Vuforia AR app... :-)

Call the following method during the QCAR camera rendering.

  Dialog dialog = null;

   ...