CodingWithTashi / simple_barcode_scanner

Simple Barcode Scanner
https://pub.dev/packages/simple_barcode_scanner
MIT License
49 stars 77 forks source link

Web on iphone not work #91

Open Maverik1408 opened 5 days ago

Maverik1408 commented 5 days ago

Sorry but i test my webapp on android and work fine .. when i use my app on iphone not recognize the barcode .. we can help me? Tnks

CodingWithTashi commented 2 days ago

Please share the details of your device, flutter, and the package version you are using. any error log or detail you are getting.

Maverik1408 commented 1 day ago

hi thanks for the help, I used the example here on github. when I frame with Android it instantly returns the code while with iPhone it doesn't happen in the following are the parameters used

iphone 11 ios 18 android 14

Versione Iphone https://github.com/user-attachments/assets/3845e05f-1f62-468b-a32f-a12d9c23742e)

Video Android https://github.com/user-attachments/assets/91c1c7d7-af63-4a01-8bdd-037cae971d6f

Video Iphone https://github.com/user-attachments/assets/f314140a-6e3d-4060-a789-1185652d05b6

this is my pubspec

` name: barcode description: "A new Flutter project."

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1

environment: sdk: ^3.7.0-123.0.dev

dependencies: flutter: sdk: flutter

cupertino_icons: ^1.0.8 simple_barcode_scanner: ^0.2.4

dev_dependencies: flutter_test: sdk: flutter

flutter_lints: ^5.0.0

flutter:

uses-material-design: true

`