Add global key handler for mobile receiving, for scanner wedge input
this way we don't have to focus the UPC search box, since that seems to always popup the device keyboard.
This commit is contained in:
parent
bf3d7b9143
commit
48f5da4511
2 changed files with 26 additions and 6 deletions
|
@ -94,7 +94,7 @@
|
|||
</%def>
|
||||
|
||||
<%def name="mobile_page_body()">
|
||||
<div role="main" class="ui-content">
|
||||
<div role="main" class="ui-content" data-route="${request.matched_route.name}">
|
||||
|
||||
% if request.session.peek_flash('error'):
|
||||
% for error in request.session.pop_flash('error'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue