angular2-qrscanner
angular2-qrscanner copied to clipboard
An angular 2 qr code scanner
I'm going to publish this package in npm and forgot to apply the changes about repository, authors, etc. of package.json in another branch. If you are going to merge these...
fixes: ERROR in node_modules/angular2-qrscanner/angular2-qrscanner.d.ts.QrScannerComponent.html(4,35): Property 'canvasHidden' is private and only accessible within class 'QrScannerComponent'.
we need to set playsinline attribute on videoElement otherwise camera just freezes on iPhone. On android this attribute is ignored. For more information: https://developer.apple.com/documentation/webkit/safari_tools_and_features/delivering_video_content_for_safari#3030250
ERROR in node_modules/angular2-qrscanner/qr-scanner.module.d.ts:2:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class. This likely means that the library (angular2-qrscanner) which declares...
How could I add the animation of the red bar that runs through the reader, something like the whatsapp reader?
The current logic to switch camera's on mobile devices works very well for Android but not for iOS. The reason is that Safari only supports the 'new' way of switching...
We get Metadata error which is hindering our deployments. As it does not allow ng build. Below is the configuration ; followed by full error trace. Kindly help us. angular2-qrscanner...
When I installed the >` '@angular-devkit/[email protected]'` library, I saw this message. The AppComponent.html is the same file of the project, unmodified. Brs.
I'm using this module for an angular 4 application, 'angular/cli: 1.3.2' 'angular/compiler-cli: 4.3.6 ' The module is working fine unless I do a AOT build, and exactly as a result...