mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

Android No Back Arrow #138

Closed lonoami closed 4 years ago

lonoami commented 5 years ago

There is no back arrow in the top left corner in Android. If this is expected then how does one add a 'back button' of some kind?

Screen shots for example code barcode reader is based on: https://github.com/dm77/barcodescanner Has a back arrow. (Yes it may be in the dm77 example not in the code used here).

varunnayal commented 4 years ago

@lonoami Did you manage to find any solution for this. I am facing the same issue with Pixel 4!

lonoami commented 4 years ago

Yes I did. I now use different qr code reader library.

On Mon, 9 Dec. 2019, 21:24 varunnayal, notifications@github.com wrote:

@lonoami https://github.com/lonoami Did you manage to find any solution for this. I am facing the same issue with Pixel 4!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/apptreesoftware/flutter_barcode_reader/issues/138?email_source=notifications&email_token=AACXUGBFXBPUGDKVMUI2LV3QX474PA5CNFSM4ILNVKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGOHNEQ#issuecomment-563902098, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACXUGCNOMYXPHTXUUEYHYLQX474PANCNFSM4ILNVKQQ .

arunkarri commented 4 years ago

Yes I did. I now use different qr code reader library. On Mon, 9 Dec. 2019, 21:24 varunnayal, @.***> wrote: @lonoami https://github.com/lonoami Did you manage to find any solution for this. I am facing the same issue with Pixel 4! — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#138?email_source=notifications&email_token=AACXUGBFXBPUGDKVMUI2LV3QX474PA5CNFSM4ILNVKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGOHNEQ#issuecomment-563902098>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACXUGCNOMYXPHTXUUEYHYLQX474PANCNFSM4ILNVKQQ .

Which library are you using now

varunnayal commented 4 years ago

@arunkarri : Not sure which library @lonoami end up using. You can give flutter_barcode_scanner a try.

devtronic commented 4 years ago

Usually all Android devices have a soft back key or hardware back key so there is no back button in the app bar necessary.

natalieeeflores commented 4 years ago

The iOS scanner has a back button, it would be nice to have the implementation be consistent across both platforms, or for there to at least be an option to do this. Is this something that devs would be able to do in the future with UI customization? https://github.com/mintware-de/flutter_barcode_reader/issues/187

mouxhun commented 4 years ago

Same UI implementation on both platform is needed. +1