pablogupi
pablogupi
I don't understand @domenico-barbieri, how to configure this setup? When an extension project is created, it only has `ActionViewController, Actionviewcontroller.designer, Entitlements.plist, and info.plist`. Where is the setup configured? `ActionViewController` extends...
I also have this error. Is Gorilla Player compatible with MvvmCross?
I have same issue. This occurs randomly when compiling the app in release mode. Sometimes, it is solved by adding a simple line break in the interface and recompiling. But...
Yes, this is my code relationated : ``` fileprivate func setupCameraManager() { self.restoreView(); cameraManager.shouldEnableExposure = true cameraManager.shouldRespondToOrientationChanges=true cameraManager.writeFilesToPhoneLibrary = false cameraManager.shouldFlipFrontCameraImage = false cameraManager.showAccessPermissionPopupAutomatically = false cameraManager.cameraOutputQuality = .high cameraManager.shouldKeepViewAtOrientationChanges=false...
Thanks for your response @torrao This is because I need the when the screen rotates, the camera also. If I deactivate that code and leave it like that, when I...
Hi! Apparently when I have the camera in .videoOnly mode it works fine. At the moment the error does not appear: "Multiple audio / video AVCaptureInputs are not currently supported"....
Hi! My project has an OpenCV Binding made with this tutorial https://chamoda.com/how-to-use-opencv-with-xamarin-ios/ It works fine before adding Firebase. When I add any Firebase library to my project, the project stops...