Cap-go / capacitor-inappbrowser

Capacitor plugin in app browser with urlChangeEvent
MIT License
57 stars 37 forks source link

Enable file and image picker for Android #132

Closed iserratos closed 1 month ago

iserratos commented 1 month ago

There are multiple issues of the file picker and image picker not opening up for Android.

This PR adds the missing functionality to support Android file picker when using the plugin.

Additions:

Fixes https://github.com/Cap-go/capacitor-inappbrowser/issues/113 and https://github.com/Cap-go/capacitor-inappbrowser/issues/64