Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

File upload error with all device (Tested)

Open ShillTool opened this issue 2 years ago • 3 comments

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

ShillTool avatar Apr 08 '23 10:04 ShillTool

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

mgks avatar Apr 09 '23 02:04 mgks

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

thanks let me check

ShillTool avatar Apr 09 '23 06:04 ShillTool

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

thanks let me check

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

mgks avatar Apr 09 '23 06:04 mgks