mattrayner / cordova-plugin-vuforia

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

Starting/stopping trackers never returns a message to the front-end on iOS... #74

Closed mattrayner closed 8 years ago

mattrayner commented 8 years ago

Expected Behavior

When starting or stopping trackers a success message should be sent back to the user in Cordova. ​

Current Behavior

When starting/stopping trackers under iOS, a plugin response is never sent back to Cordova.

Possible Solution

Check to see if it worked, then send an appropriate response.

Steps to Reproduce (for bugs)

  1. Call start/stop trackers
  2. See that nothing happens (as far as Cordova is concerned)

    Context

The user can't tell what's going on. This is bad ​

Your Environment