Invoke native file browser using phonegap

前端 未结 2 1701
面向向阳花
面向向阳花 2021-01-02 14:59

I have to implement file upload feature in my phonegap project. User should be able to upload any type of file from the phone memory or sd card. The application screens I de

2条回答
  •  一个人的身影
    2021-01-02 15:31

    For android you can use this plugin: https://github.com/cdibened/filechooser

    input file should work on android too (on most of the versions, but it doesn't work on android 4.4, 4.4.1 and 4.4.2) HTML file input in android webview (android 4.4, kitkat)

    for iOS there is no plugin, you don't have a native file browser.

    Sample project https://github.com/jcesarmobile/FileBrowserAndroidTest

提交回复
热议问题