You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very helpful pulgin! But currently seems can not work under firefox with quick search enabled and there is slash / character in barcode
In latest version of Firefox , by default the quick search feature is enabled (Press the / slash key (forward slash character) the Quick Find bar will be open at the bottom), which means that if the barcode contains characters like slash, using current plugin we can NOT get the complete string value in Firefox!
The resolving method is to calling the preventDefault
method at the beginning of the function onInputScanned. Refer to this
Hoping for your feedback, thanks in advance!
The text was updated successfully, but these errors were encountered:
Very helpful pulgin! But currently seems can not work under firefox with quick search enabled and there is slash / character in barcode
In latest version of Firefox , by default the quick search feature is enabled (Press the / slash key (forward slash character) the Quick Find bar will be open at the bottom), which means that if the barcode contains characters like slash, using current plugin we can NOT get the complete string value in Firefox!
The resolving method is to calling the preventDefault
method at the beginning of the function onInputScanned. Refer to this
Hoping for your feedback, thanks in advance!
The text was updated successfully, but these errors were encountered: