Skip to main content

4 posts tagged with "javascript"

View All Tags

· One min read

JavaScript SDK cradle manager feature release. This allows you to access certain functions of the Datalogic Cradle. You can access the documentation here

New Features

  • Cradle Manager
    • You now have access to the Cradle Manager API. This allows you to control the following cradle functions:
      • Unlock/lock the cradle.
      • Insertion/extraction listeners.
      • Read/write to the cradle custom area (JoyaTouch Cradles only).
      • Control the cradle LEDs (JoyaTouch Cradles only).
    • Requires Browser v1.2 or above.

Enhancements

  • Sample pages
    • Reorganized home page to be more readable.
    • Added cradle manager sample functionality.

· One min read

JavaScript SDK sample pages have been refactored to work more consistently across devices.

Corrected Defects

  • JavaScript API
    • Fixed bug when passing boolean into setProperties function in Barcode Manager.

Enhancements

  • Sample pages
    • Refactored sample pages to split HTML, CSS, and JavaScript into separate files.
    • Changed console error message when attempting to use SDK functions when Barcode Manager or Keyboard Manager is not available.
    • Sample pages are now more accessible on desktop or wide displays.
    • Sample page functionalities are now independent of other pages.

· One min read

Datalogic JavaScript SDK is now available. It allows users to write web apps that interface with the features of Datalogic Android devices through the Datalogic Enterprise Browser. You can access the documentation here.

The features available in the initial release are:

  • JavaScript APIs
    • Configuration and use of the device scanner.
    • Configuration of physical triggers.
  • Sample pages
    • HTML pages to demonstrate use of Datalogic JavaScript APIs
    • HTML pages to demonstrate how to access peripherals (camera, microphone, device location) using standard HTML 5 APIs.
  • Porting guide
    • Documentation includes information on how to port existing pages written for Zebra SDK.