Kasymbekov Sultanmyrza

Results 15 comments of Kasymbekov Sultanmyrza

I also need this feature please merge to master

I solved my issue with by `call.reject()` ```swift if error != nil { call.reject("Error", "REQUEST", error, [:])

Hello @mrahn24 Oh, I see https://github.com/mrahn24/http/commit/da0742fde037e34008a5c86a176a1c33b888bc02 thank you for pointing that out. Then it can be closed now. Hope they will approve you PR soon 🤗 Thank you 🤗

I agree with @hectorAguero it is more intuitive becase we use `print("some text")` not `Printer().print("some text")` for my side project I use logger as singleton and here is example code...

> As in for the rest of the license, one of the important things to keep in mind is that you must disclose your source code and state what changes...

> You can use appRestoreResult from the @app capacitor plugin for this. @distante thank you for the hint. I assume you mean something like this ```javascript App.addListener('appRestoredResult', (_) => {...

Sample ionic (angular) [project](https://github.com/sultanmyrza/camera-preview-demo) using camera-preview plugin. My package.json ```json "dependencies": { // other deps "@capacitor-community/camera-preview": "^2.0.0", "@capacitor/android": "3.4.1", "@capacitor/app": "1.1.0", "@capacitor/core": "3.4.1", "@capacitor/ios": "3.4.1", // other deps } ```...

@Saqib92 just want to share updates, now I'm using [preview-camera](https://github.com/sultanmyrza/preview-camera) which is used in the [capture-lite app](https://github.com/numbersprotocol/capture-lite/tree/master/src/app/features/home/custom-camera) it works with capacitor 3. Can take photos, and record videos both on...

@Saqib92 can you try `npm install 'numbersprotocol/preview-camera#release-0.0.2-auto-rotate-fix'`?

> > @Saqib92 can you try `npm install 'numbersprotocol/preview-camera#release-0.0.2-auto-rotate-fix'`? > > Build is failing after installing this plugin. 1. android builds or iOS builds? 1. can you please share your...