On 2015-12-04 07:14, Akash Tomar wrote:
> I want to take input in my html page using the barcode scanner. How
> do i do this in django???..do i need some additional module or
> package to do so?..or django itself is strong enough to do
> that...please help me with a sample code for implementing it.
Usually barcode scanners are configurable to act as a "keyboard
wedge" (i.e., a virtual keyboard), as if the user has typed the
barcode, optionally followed by a <tab> or <enter> key. This
suffices for most use-cases. The only time I've found that it
doesn't work well is if the app needs to accept input when the app
isn't focused (because the barcode input goes into the foreground
app). In such a case, you'd have to use client-side API code (a
Windows, Mac, iOS, Android, Linux program to talk directly to the
scanner even when it's in the background).
-tkc
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20151204102747.686d2452%40bigbox.christie.dr.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment