Sloaix / qiniu4js

🔥七牛上传SDK(浏览器环境)
MIT License
162 stars 34 forks source link

android5.x 无法调起本机的图片库,需要配置什么吗 #5

Closed lenvonsam closed 7 years ago

lenvonsam commented 7 years ago

你好,我ios上已经调试正常了,是要在info.plist里面配置nsphone的key-value,而android需要配置什么吗 ,现在点了完全没有反应

Sloaix commented 7 years ago

不需要特别的配置。

2016年12月13日 14:23,"lenvonsam" notifications@github.com写道:

你好,我ios上已经调试正常了,是要在info.plist里面配置nsphone的key-value,而android需要配置什么吗 ,现在点了完全没有反应

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lsxiao/qiniu4js/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ACgYKTBFR5RLxrdiZVNyfZ5jV3ft5qbSks5rHjnKgaJpZM4LLYZG .

lenvonsam commented 7 years ago

额,那就奇怪了,安卓调用不起来,现在。。。@lsxiao

Sloaix commented 7 years ago

等我后天回国之后帮你看看,现在在巴厘岛的,身边没电脑。

2016年12月14日 09:23,"lenvonsam" notifications@github.com写道:

额,那就奇怪了,安卓调用不起来,现在。。。@lsxiao https://github.com/lsxiao

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lsxiao/qiniu4js/issues/5#issuecomment-266914752, or mute the thread https://github.com/notifications/unsubscribe-auth/ACgYKcNfOANmr3cbcOHJH8wMiHS_pP-aks5rH0UQgaJpZM4LLYZG .

lenvonsam commented 7 years ago

好的,谢谢你了,我试过了好几个安卓手机,都是chooseFile都是没反应的@lsxiao

Sloaix commented 7 years ago

你用chrome调试过Android的浏览器了吗?有什么错误日志没?

wusb commented 6 years ago

value: function chooseFile() { this.fileInput.click(); }

请问 为什么IOS下 这个click事件不触发呢?