Skip to content

Dynamsoft/mobile-web-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Mobile Web Capture - User Guide

Mobile Web Capture is a solution designed for iOS and Android browsers. It helps developers to build document scanning web applications for mobile users to load, edit, save, and capture images from the camera right in mobile browsers.

Table of Contents

Samples

License Key

The following code snippet is using the public trial license to initialize the license. You can replace the public trial license with your own license key.

await Dynamsoft.License.LicenseManager.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9", true); // Replace license here

System Requirements

Mobile Web Capture requires the following features to work:

  • Secure context (HTTPS deployment)

  • set Content-Type: application/wasm.

Note:

If you open the web page as file:/// or http:// , the camera may not work correctly because the API getUserMedia usually requires HTTPS to access the camera.

To make sure your web application can access the camera, please configure your web server to support HTTPS. The following links may help.

If the test doesn't go as expected, you can contact us.

Supported Browsers

The following table is a list of supported browsers based on the above requirements:

Browser Name Version
Chrome v78+
Firefox v79+
Safari v15+
Edge v92+

Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDKs.

Documentation

You can check out the detailed documentation of the solution here.

Release Notes

Check out the release notes.

Featured Products