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

TexField in overlay view #96

Open
parnanzio opened this issue Nov 30, 2018 · 5 comments
Open

TexField in overlay view #96

parnanzio opened this issue Nov 30, 2018 · 5 comments

Comments

@parnanzio
Copy link

If you add a TextField input in the overlay view it doesn't accept input, neither if you try to call its focus() method.
I tried to update every attribute (enabled, visible, ..) to enable the input field to work, but nothing worked.
The problem happens on Android and iOS.

@m1ga
Copy link
Contributor

m1ga commented Nov 30, 2018

I'll try to see if it is an easier task for Android. But I think that the barcode view should just be used to scan and not to input other data. Either do it before hand or after the scanning. Or use a different module that will allow you to put a scanner view inside a normal view like https://github.com/mikefogg/SquareCamera so you can use all other components

@parnanzio
Copy link
Author

I was using SquareCamera on SDK 6.3.0 and everything worked fine, but then I had to upgrade the project to SDK 7+ and the module is not supported.
So I started using ti.barcode and everything is working, but the input fields 😢.

The users of the app start the camera and while scanning barcodes they can update some values.. some type of articles can have up to 12 input fields.

@m1ga
Copy link
Contributor

m1ga commented Nov 30, 2018

@parnanzio https://github.com/designbymind/SquareCamera is a very active fork

@parnanzio
Copy link
Author

@m1ga nice to know! I'll give it a try!
Do you know a working module for android too? I was using https://github.com/acktie/Acktie-Mobile-Android-QR-Reader , but it is not active from more than 2 years..

@m1ga
Copy link
Contributor

m1ga commented Nov 30, 2018

only this hyperloop example: https://github.com/m1ga/hyperloop.barcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants