srokatonie
srokatonie
Hi, I understand that this module is not SCA compatible? Would simple Stripe dependency update work?
That module works pretty well. Thanks!
I think it may be related to the issue I just created #123
@bradmartin ``` public camLoaded(e: any): void { console.log('***** cam loaded *****'); console.log(e.object); this.cam = e.object as CameraPlus; const flashMode = this.cam.getFlashMode(); // ... ``` I am getting `ProxProxyViewContaineryiew`: ``` CONSOLE...
Ok, that worked. I've missed `registerElement` from the demo. The README could contain a bit more info about the installation: ``` // iOS setup // Add to App_Resources/iOS/Info.plist NSPhotoLibraryUsageDescription This...