Skip to content

Releases: wootzapp/wootzapp_webview_sample

Wootzapp Weview 0.1

14 Dec 15:07
8be6220
Compare
Choose a tag to compare
Wootzapp Weview 0.1 Pre-release
Pre-release

Release Notes: WootzApp WebView Sample v1.0.0

Overview

Initial release of WootzApp WebView Sample Application, demonstrating the integration and usage of WootzWebview with extension support. This release provides developers with a comprehensive example of implementing WootzWebview in Android applications.

🚀 New Features

  • WootzWebview integration with extension support
  • Custom extension demonstration
  • Sample implementation of WebView functionality
  • Extension loading and management system
  • Demo interface for testing extensions

📦 Dependencies

  • WootzWebview v1.0.0 (ARM64)
  • Android SDK (minimum API level required)
  • ADB tools for extension deployment

🔧 Technical Requirements

  • Device Architecture: ARM64
  • Android Version: [Specify minimum Android version]
  • Storage: Minimum space required for extensions

📝 Installation Instructions

  1. Download the release package
  2. Include wootzview-v1.0.0.arm64.aar in your project
  3. Deploy extensions using ADB:
adb push exts/ext-demo /data/local/tmp/ext-test

🐛 Known Issues

  • Currently supports ARM64 architecture only
  • Extensions must be manually pushed using ADB

🔍 Testing Notes

  • Verified on [list supported devices]
  • Extension functionality tested across various scenarios
  • WebView performance validated under different conditions

📚 Documentation

Complete documentation is available in the project README.md, including:

  • Detailed setup instructions
  • Usage guidelines
  • Troubleshooting steps
  • API documentation

🔄 Future Updates

Planning to include:

  • Support for additional architectures
  • Automated extension deployment
  • Enhanced debugging tools
  • Additional extension examples