Skip to content
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

Scanner is not working with iOS Maui. #22705

Closed
lakhan-bairawat opened this issue May 29, 2024 · 3 comments
Closed

Scanner is not working with iOS Maui. #22705

lakhan-bairawat opened this issue May 29, 2024 · 3 comments
Labels
area-core-platform Integration with platforms platform/iOS 🍎 s/needs-attention Issue has more information and needs another look t/bug Something isn't working

Comments

@lakhan-bairawat
Copy link

Description

Scanner is not working with iOS Maui.
but its working fine in android and i used below plugin for this.

xmlns:zxing="clr-namespace:ZXing.Net.Maui.Controls;assembly=ZXing.Net.MAUI.Controls"

please suggest !!

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.20 SR4

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS all versions

Did you find any workaround?

No response

Relevant log output

No response

@lakhan-bairawat lakhan-bairawat added the t/bug Something isn't working label May 29, 2024
Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@moljac
Copy link
Contributor

moljac commented May 29, 2024

Thanks for the feedback, but we'll need more info. Information you provided is not enough to investigate what is going on.

Even better: small repro sample would help a lot.

Thanks
regards

@moljac moljac added platform/iOS 🍎 s/needs-info Issue needs more info from the author s/needs-repro Attach a solution or code which reproduces the issue labels May 29, 2024
@PureWeen PureWeen added the area-core-platform Integration with platforms label May 31, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/no-recent-activity Issue has had no recent activity label Jun 5, 2024
@lakhan-bairawat
Copy link
Author

this issue resolved, use below code if you have this issue
<zxing:CameraBarcodeReaderView x:Name="scanView"
BarcodesDetected="scanView_OnScanResult"
VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand"
AbsoluteLayout.LayoutBounds="0, 0, 1, 1" AbsoluteLayout.LayoutFlags="All"/>

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author s/needs-repro Attach a solution or code which reproduces the issue s/no-recent-activity Issue has had no recent activity labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-platform Integration with platforms platform/iOS 🍎 s/needs-attention Issue has more information and needs another look t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants