Pablo Zehle

Results 17 comments of Pablo Zehle

This is still happening even on iOS 15.2. I don't seem to find any workaround for this but to use another library. Some people above commented that `photos` permission should...

Having the same problem... **UPDATE** Ok I just fixed it, maybe we just need to update the docs. The minimum iOS deployment target should be `11`, I had it on...

Library seems completely broken in my experience. iOS returns "Native module cannot be null", and Android returns always false, no matter what I do. Did you find any workaround?

I've tried all of the solutions posted, nothing works. What I did and immediately worked is, `onReady()` just stop the camera controller. Notice that I am using GetX. Here my...

For anyone wondering how this function works and was not able to find it in the source code, the parameters are needed as follows: ```php $searchParams = array( 'fields' =>...

Any updates on this? I am also having this issue. This comes as a big problem when the user decides to click on "Cancel" when the pair prompt appears. Because...

Thank you very much. Will try and if anything goes wrong I will post it here.

I have this problem on Android as well. I can't find a workaround or anything I can do to get through this error.

I am having the same issue. Any way to solve it? I don't see any docs or even comments anywhere regarding `createBond()`...

I don't think anybody that commented got the issue right. I am now presented with the same problem as the creator: When navigating to `/route/:id`, and then calling `Get.back()`, the...