Hello,
i got a very strange scenario here on my Android Honeywell Device. I got a UI5 App with following input fields:
<Input id="inputLagpla" fieldWidth="60%" placeholder="{i18n>lagpla}" submit="onNavToInvDetail" width="100%" />
<Input id="inputCharge" fieldWidth="60%" placeholder="{i18n>charge}" editable="true" submit="onChargeScan" width="100%"/>
When I run the app on a Windows PC everything is working. But when I do run it on the Android Honeywell Scanner, just the first input will be triggered by the "Enter" Event of the touch-displays keyboard.
The second input does WON'T be TRIGGERED by the "Enter" of the touchpad keyboard Enter.
I do not have a clue.
Any idea?
Thanks