問題タブ [chrome-ios]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - How can I name the download file from Chrome iOS in TypeScript?
I'm writing a web application that runs on an iPad, but I've found that Chrome iOS has a download issue.
You can download it by adding a Chrome iOS specific process like code, but the filename is always document
. This issue seems to be due to Chrome iOS not supporting the download attribute of anchor tags, is there a workaround?