Some devices show .doc files in the picker even when only .docx was requested (accept=".docx"). Passing the .doc URI to the WebView renderer could cause a native crash. Now we check the actual MIME type of the selected file against the accepted list and cancel the upload if it does not match, preventing the renderer from receiving an unexpected file type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| java/com/xuqm/sdk/webview | ||
| AndroidManifest.xml | ||