Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 728 Bytes

File metadata and controls

23 lines (14 loc) · 728 Bytes

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