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
Would it be possible to export the WebChromeViewExtClientImpl class from ui-webview/src/webview/index.android.ts? I'm trying to extend the functionality of the android webview to support opening a file picker in our code base. To do that, I need to extend the WebChromeViewExtClientImpl class with the methods that handle file pickers and set the new chromeClient on the nativeView.
The text was updated successfully, but these errors were encountered:
Would it be possible to export the WebChromeViewExtClientImpl class from
ui-webview/src/webview/index.android.ts
? I'm trying to extend the functionality of the android webview to support opening a file picker in our code base. To do that, I need to extend the WebChromeViewExtClientImpl class with the methods that handle file pickers and set the new chromeClient on the nativeView.The text was updated successfully, but these errors were encountered: