How to browse and select a file from sdcard using Phonegap 3.0?

前端 未结 2 636
半阙折子戏
半阙折子戏 2021-02-10 15:30

Gone through API of Phonegap 3.0.

I want to browse files from SD card when i click on link or button by using UI

For example:

 

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-10 16:08

    There is no out-of-the-box solution. Unfortunately, you have to build it yourself, using File API.

    Here you have an example, build using jQuery Mobile.

提交回复
热议问题