X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

WebView samples

This directory contains WebView examples demonstrating how to use the Dynamsoft Barcode Reader inside native WebView-based apps (Android/iOS).

Included examples

  • scan-using-foundational-api/ — WebView project with native wrappers and HTML demo.
  • scan-using-rtu-api/ — WebView RTU example.

Quick start

  1. Change to a subexample directory, e.g.:

    cd scan-using-foundational-api
  2. Follow the subexample README for platform-specific setup (open Android Studio/Xcode or run provided scripts).

Notes

  • Native build environments are required for mobile platform testing. See subexample README for details.
  • See the repository root README.md for general usage and license
X Tutup