-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Settings / found device issue #5
Comments
Hello, Thanks for the detailed report. Regarding the arisen issues:
We'll investigate issues 1,2,4 and try to fix them. |
Hello, I will try, but as I mentioned above I can reproduce the issue 4 and 2 on the application in App Store if I use iPad so I don't think that its only on my side.. Would there by any chance of adjusting the screen as it was in the previous version? |
I just have checked the app here and the torch is still there, its gone once I press the button for switching the camera however if set to false its still there. |
Hello, I have found the issue when it comes to switch camera to front. For some reason once I set RGLDocReader.Shared.Functionality.VideoSessionPreset = AVFoundation.AVCaptureSession.Preset1920x1080; the camera doesn't switch even on the application you have here public void ShowScanner(bool IsReadRfid) |
Hello, We'll think of that.
It was fixed in v5.3. Please check it out.
It means that the preset you set isn't supported by the camera you are about to switch.
|
Hello,
I am using regula nuggets in my solution. And I found that few custom settings behave differently on iPhone and iPad.
iPad - Sometimes when the icon torch is tapped the scanning screen turns white around the scanning frame and then the app crashes.Please see the first image
RGLDocReader.Shared.Functionality.ShowTorchButton = true;
RGLDocReader.Shared.Functionality.ShowCameraSwitchButton = true;
3.Scanning page - iPad / scanning page is not on the whole display but directed only to the center. While on iPhone the page is completely spread. Please see second attached image
tested on
Phone 7 sys 13.7
iPad 9.7 sys 14.0.1
iPad 10.2 sys 14.0.1
The same behavior occurs on application in apple store
Please, let me know if you need some more informations.
Kind Regards
The text was updated successfully, but these errors were encountered: