Hi, I have an app with more than one duplicate page. The pages does the same thing just for different purposes.
What I have realized is that, the first page I desgined and coded works correctly with qr scanner but all the other pages tells my users their phones does not have qr scanner.
okay, thanks for the joke and coding part works for me and my app.. but I really just wanna resolve my issue that is all. So if you cant help with my issue then rather dont reply
I don't do private lessons, sorry.
We work in public so old lessons can be shared.
P.S. That ElementsFromString block looks like trouble.
Beware of automatic conversion between lists and text.
AI2 rubs your nose in it with [()] markup when you don't specify your conversion technique.
I must confess I have not used the scanner component yet.
But it has attributes of delayed results similar to other components that don't cross screen opening and closing well, like BlueTooth connections and Player operation.
I would suggest restricting your app to just one screen, using stacked vertical Arrangements, only one of them visible at a time.
Thanks for the help, I was actually thinking the same thing now. Looking at restricting to one screen because the app will get to big later.
Regarding my text earlier, about the {()} works for me. I am very very new to AI2 and it all started as a lockdown hobby which grew into something bigger. That is why I dont wanna change that blocks. I know it works..
To explain what it does:
Qr/ barcode scanner scans qr code and in my listview it gives me all that icons. With my blocks it basically comes out as I want.