Skip to content

Fix WebView file handling and improve WebChromeClient implementation #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Akhiay54
Copy link

This commit addresses several issues in the AdvancedWebView implementation:

  • Fix WebChromeClient implementation by adding missing super.setWebChromeClient() call
  • Enhance file selection with proper MIME type filtering
  • Add new openFileInput method overload with acceptTypes parameter
  • Improve file picker implementations for all Android API levels
  • Ensure FileChooserParams are properly utilized

These changes improve compatibility with modern Android versions and provide better support for file type filtering during uploads.

This commit addresses several issues in the AdvancedWebView implementation:

- Fix WebChromeClient implementation by adding missing super.setWebChromeClient() call
- Enhance file selection with proper MIME type filtering
- Add new openFileInput method overload with acceptTypes parameter
- Improve file picker implementations for all Android API levels
- Ensure FileChooserParams are properly utilized

These changes improve compatibility with modern Android versions and provide
better support for file type filtering during uploads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants