You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the WPWebChromeClient does not perform an action when it receives a file chooser request. Extend the capabilities with the use of onShowFileChooser.
This is called to handle HTML forms with 'file' input type, in response to a user pressing the "Select File" button.
The text was updated successfully, but these errors were encountered:
jd-alexander
changed the title
Extend WPWebChromeClient to support file choosing capabilities
Extend WPWebChromeClient to support HTML forms with 'file' input type
Nov 15, 2021
Currently, the
WPWebChromeClient
does not perform an action when it receives a file chooser request. Extend the capabilities with the use ofonShowFileChooser
.This is called to handle HTML forms with 'file' input type, in response to a user pressing the "Select File" button.
The text was updated successfully, but these errors were encountered: