NativeScript / mlkit

Apache License 2.0
24 stars 9 forks source link

IOS Bug: The Pause property is not correctly initialized from the MLKitView #12

Closed cjohn001 closed 2 years ago

cjohn001 commented 2 years ago

Expected Result: If I initially set the property binding to "pause=true", I would expect that the view is displayed without the camera stream being started. Result: Camera is always started irrespective of initial pause value.

You can try with the demo app from here:

https://github.com/cjohn001/mlkit-test

Just run on IOS.