mattrayner / cordova-plugin-vuforia

A 'simple' Vuforia based image recognition plugin for Cordova
MIT License
59 stars 39 forks source link

Display html after image recognition #104

Closed danyarzeta closed 8 years ago

danyarzeta commented 8 years ago

Expected Behavior

Is there any way to display an html on the image when it is recognized?

Current Behavior

Every time vuforia recognized an image it gets closed. I don't need that the camera gets closed, i want it to display an html even when the camera is on, with out closing vuforia.

Possible Solution

Instead of displaying a media sound, i want to display an html.

Context

Your Environment

dsgriffin commented 8 years ago

Every time vuforia recognized an image it gets closed. I don't need that the camera gets closed

Check out the autostopOnImageFound option mentioned in the README if you'd like to keep the camera open upon recognition.

i want it to display an html even when the camera is on

The answer to this is the same as #86 and #87 I believe - that you'll need to write some native device-specific code yourself as this is very customised behaviour and not in the scope of this plugin.

Let me know if there are any other issues you're having :)