Found lots of file-pickers, yet no option to “save-as”. I need standart dialog to save file with path and name returned. or what should i do if i want user to select where to store file?
Ionic+vue
package.json
“dependencies”: {
“@awesome-cordova-plugins/chooser”: “^5.41.0”,
“@awesome-cordova-plugins/core”: “^5.40.0”,
“@awesome-cordova-plugins/deeplinks”: “^5.39.1”,
“@awesome-cordova-plugins/geolocation”: “^5.39.1”,
“@awesome-cordova-plugins/social-sharing”: “^5.39.1”,
“@capacitor/android”: “3.4.1”,
“@capacitor/app”: “1.1.0”,
“@capacitor/core”: “3.4.1”,
“@capacitor/filesystem”: “^1.1.0”,
“@capacitor/haptics”: “1.1.4”,
“@capacitor/ios”: “^3.4.3”,
“@capacitor/keyboard”: “1.2.1”,
“@capacitor/splash-screen”: “^1.2.2”,
“@capacitor/status-bar”: “1.0.7”,
“@ionic/storage”: “^3.0.6”,
“@ionic/vue”: “^6.0.0”,
“@ionic/vue-router”: “^6.0.0”,
“axios”: “^0.25.0”,
“cordova-plugin-chooser”: “^1.3.2”,
“cordova-plugin-geolocation”: “^4.1.0”,
“cordova-plugin-x-socialsharing”: “^6.0.3”,
“core-js”: “^3.6.5”,
“dotenv”: “^16.0.0”,
“es6-promise-plugin”: “^4.2.2”,
“leaflet”: “^1.7.1”,
“lodash”: “^4.17.21”,
“mitt”: “^3.0.0”,
“oidc-client-ts”: “^2.0.0”,
“pinia”: “^2.0.11”,
“qrcode.vue”: “^3.3.3”,
“spotlight.js”: “^0.7.8”,
“vue”: “^3.2.21”,
“vue-i18n”: “^9.1.9”,
“vue-router”: “^4.0.12”,
“vue3-cookies”: “^1.0.6”
},
“devDependencies”: {
“@capacitor/cli”: “3.4.1”,
“@types/jest”: “^27.0.2”,
“@types/leaflet”: “^1.7.9”,
“@types/lodash”: “^4.14.179”,
“@typescript-eslint/eslint-plugin”: “^5.6.0”,
“@typescript-eslint/parser”: “^5.6.0”,
“@vue/cli-plugin-babel”: “~5.0.0-rc.1”,
“@vue/cli-plugin-e2e-cypress”: “~5.0.0-rc.1”,
“@vue/cli-plugin-eslint”: “~5.0.0-rc.1”,
“@vue/cli-plugin-router”: “~5.0.0-rc.1”,
“@vue/cli-plugin-typescript”: “~5.0.0-rc.1”,
“@vue/cli-plugin-unit-jest”: “~5.0.0-rc.1”,
“@vue/cli-service”: “~5.0.0-rc.1”,
“@vue/eslint-config-typescript”: “^9.1.0”,
“@vue/test-utils”: “^2.0.0-rc.16”,
“@vue/vue3-jest”: “^27.0.0-alpha.3”,
“babel-jest”: “^27.3.1”,
“cypress”: “^8.7.0”,
“eslint”: “^8.4.1”,
“eslint-plugin-vue”: “^8.2.0”,
“jest”: “^27.3.1”,
“ts-jest”: “^27.0.7”,
“typescript”: “^4.3.5”
},