Hi All,
Can you please help me on this. I have attached screen and code
We are using angularjs 1.6 version and android webview 57 version.
Importing thing is i'm new to Angularjs
I have one input field we are switching between auto scan mode (readonly =
true) and manually keyboard readonly= false
Issue 1. input is readonly = true mode auto scan not working
Issue 2. input is readonly = false mode auto scan working and manually is
fine, But keyboard is popping up every time because we are focusing onfocus
alway should be in input field.
Custome don't want see keyboard on scan mode...
Can you please guide me how to fix this issue.
snippet
--------
<input ng-if="isScanner" autofocus focus-me="isScanner"
id="itemScanScanner" name="itemInput" class="form-control"
ng-model="scannedItem"
tabindex="0" placeholder="{{inputPlaceHolder}}" type="tel"
ng-keypress ="onItemScan(scannedItem, $event)" autocomplete="off"
ng-change="setValid()" ng-blur="avoidBlur($event)"
ng-keyup="onItemScan(scannedItem,$event)"
readonly
/>
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.