Skip to content

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