darryncampbell / react-native-datawedge-intents

React Native interface for Zebra's DataWedge Intent API
MIT License
43 stars 46 forks source link

Problem after focusing TextInput #16

Closed sergeykotor closed 3 years ago

sergeykotor commented 3 years ago

Hello! If I scan without working with the textinput before that, everything happens fine, but if I worked with the textinput before scanning, then the scanned text is filled into the textinput that was last in focus. Can it be fixed?

darryncampbell commented 3 years ago

Please disable keyboard output in your DataWedge plugin for this app. Open the DataWedge app, select profile then scroll down until you see keyboard output plugin

sergeykotor commented 3 years ago

@darryncampbell Thank you very much! Helped again!