Open lvnmdev opened 4 years ago
Me too, but this problem appears with no continuousScanCallback too.
Version: "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", "@angular/core": "~10.0.0", "@angular/forms": "~10.0.0", "@angular/platform-browser": "~10.0.0", "@angular/platform-browser-dynamic": "~10.0.0", "@angular/router": "~10.0.0", "@nativescript/angular": "~10.0.0", "@nativescript/core": "rc", "@nativescript/theme": "^2.3.3", "@nstudio/nativescript-floatingactionbutton": "^2.1.0", "core-js": "^2.6.9", "nativescript-barcodescanner": "^3.4.2", "nativescript-toast": "^2.0.0", "reflect-metadata": "~0.1.12", "rxjs": "~6.5.5", "tslib": "1.10.0", "zone.js": "~0.10.2"
DevDependencies: "@angular/cli": "~10.0.0", "@angular/compiler-cli": "~10.0.0", "@angular-devkit/build-angular": "~0.1000.2", "@nativescript/tslint-rules": "~0.0.5", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "codelyzer": "^5.1.2", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.4.1", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~2.1.0", "karma-jasmine": "~3.0.1", "karma-jasmine-html-reporter": "^1.4.2", "@nativescript/webpack": "~2.0.0", "protractor": "~5.4.3", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~3.9.0", "node-sass": "^4.7.1"
Does anyone have a solution for this?
So i used the continousScanCallback, it works but upon pressing back to close the scanner, navigation does not work anymore, modals do but any navigation doesn't.
Here's my code segment.
export function ScanBarcode(args) { const object = args.object; const page = object.page;
}