Williams

Results 2 comments of Williams

we use https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos as workaround

working for me: ``import { Component } from '@angular/core'; import { LIST } from './providers/list'; import { MyCustomService } from './providers/custom-service'; @Component({ selector: 'sample-component', template: `Sample component {{myObject.name}} - {{translate(myObject.name)}}...