mlkit icon indicating copy to clipboard operation
mlkit copied to clipboard

Results 26 mlkit issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. Generate new project with drawer template NG `ns create ml-kit-test --template @nativescript/template-drawer-navigation-ng` 2. Run `npm i @nativescript/mlkit-core` 3. Run `ns build iOS` At this point you'd...

and often crashes, if the face does not appear on the camera for some time the screen/application becomes "not responding", or if in front of the camera for quite a...

I'm testing out the latest alpha on iOS (haven't tried android yet): ``` "@nativescript/mlkit-core": "^3.0.0-alpha.7", "@nativescript/mlkit-text-recognition": "^3.0.0-alpha.7" ``` and unfortunately there seems to be an incompatibility with the popular `nativescript-inappbrowser`...

After spinning up a fresh hello world app, I added the following two plugins: ``` "@nativescript/mlkit-core": "^2.1.0", "@nativescript/mlkit-text-recognition": "^2.1.0", ``` When running the app in the iOS simulator, there is...

When I use the plugin the lists on ios are no longer fluid in the emulator. Video: https://github.com/user-attachments/assets/e9e4ba6a-f9e0-468f-a283-4e228f0ff1bb When I uninstall the plugin the problem disappears: https://github.com/user-attachments/assets/04acf8c8-d3fb-4b80-b739-fb3dbdbdf7dd I have tried...