Open sanilnayak opened 9 months ago
If try to solve this issue it will cause breaking changes since the issue we are facing of downloading the response,so right now we are using showSaveFilePicker but it is not working so we have to have use a library so that this issue can be fix but, We are facing issue while implementing the library (tauri dialog box) that it works on tauri 2.0-rc version but we are running on beta version of tauri so if we switch to the rc version than other plugin and library are breaking and the app is not running so for now we are not moving forward to this issue untill we have stable version of tauri 2.0 .
CC:- @gc-codes @nagesh953 @LordNayan @Monika-APM @sanilnayak @ayushadhikari93
So as discussed with the team, we are moving this ticket to backlog and will take it in upcoming sprints.
CC: @ayushadhikari93
🐛 Bug Report
Verify trying download the api response with proper toast message.
Steps to reproduce:
Expected Behaviour: After clicking on Download button a popup will open for which location you want to save and after saving the api the toast message should appear for confirmation.
Actual Behaviour: After click on download button there is no popup screen opening and user is not able to download the response.