mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
551 stars 276 forks source link

File upload error with all device (Tested) #279

Open ShillTool opened 1 year ago

ShillTool commented 1 year ago

When i click to button to upload file abc.pdf (My web has feature upload file) immediately Suddenly pushed out of the app

The error step is as follows

Click the Choose file button -> Go to select the abc.pdf file -> As soon as you click on the file, the app automatically exits

image image

mgks commented 1 year ago

check the updated repo, also change the default file type to "*/*".

ShillTool commented 1 year ago

check the updated repo, also change the default file type to "/".

thanks let me check

mgks commented 1 year ago

check the updated repo, also change the default file type to "/".

thanks let me check

github interpreted */* as _/_, please use asterisk sign.