nativescript-community / ui-webview

Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.
Apache License 2.0
13 stars 7 forks source link

Request to export WebChromeViewExtClientImpl class #1

Open Zerfette opened 2 years ago

Zerfette commented 2 years ago

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.

Dzenan-Fatkic commented 2 months ago

@Zerfette I have the same problem. How did you fixed your issue?