Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Have a barcode scanner called instead of the keyboard in a webview

Is it possible to have the barcode scanner (zxing for example) called instead of the keyboard in a webview? So, just to be clear, when I tap in a text box inside my webview I'd like to override the keyboard call and have the barcode scanner open instead as an input to the text field. Is this feasible?

like image 614
MiamiCane99 Avatar asked Nov 04 '22 18:11

MiamiCane99


1 Answers

Yes its possible , i implemented this softkeyboard which does the job. 'Long press' shift key and you can scan a code which adds to the text field which has focus.

http://www.androidbroadcast.com/en/softkeyboard/index.html

like image 69
philippe_p Avatar answered Nov 14 '22 21:11

philippe_p