-
Notifications
You must be signed in to change notification settings - Fork 463
Android No Back Arrow #138
Comments
@lonoami Did you manage to find any solution for this. I am facing the same issue with Pixel 4! |
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>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACXUGCNOMYXPHTXUUEYHYLQX474PANCNFSM4ILNVKQQ>
.
|
Which library are you using now |
@arunkarri : Not sure which library @lonoami end up using. You can give flutter_barcode_scanner a try. |
Usually all Android devices have a soft back key or hardware back key so there is no back button in the app bar necessary. |
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? #187 |
Same UI implementation on both platform is needed. +1 |
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).
The text was updated successfully, but these errors were encountered: