Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't download file in website #103

Open
aokidai opened this issue Jan 23, 2024 · 6 comments
Open

Can't download file in website #103

aokidai opened this issue Jan 23, 2024 · 6 comments
Labels
wontfix This will not be worked on

Comments

@aokidai
Copy link

aokidai commented Jan 23, 2024

I can't download any file in web. I try any web but webview not show explorer for choose save local or auto download to download folder. I try in Windows and can't test in other platform.

@SinyimZhi
Copy link
Collaborator

Generally, applications with inner browser should have their own proxy file download and pop-up file selector capabilities.And it should not be able to load general website but only some website the developer allowed. @aokidai

@SinyimZhi SinyimZhi added the wontfix This will not be worked on label Jan 24, 2024
@aokidai
Copy link
Author

aokidai commented Jan 24, 2024

Generally, applications with inner browser should have their own proxy file download and pop-up file selector capabilities.And it should not be able to load general website but only some website the developer allowed. @aokidai

So can I help me about issue or send me method for about my issue?

@SinyimZhi
Copy link
Collaborator

@aokidai find package on pub.dev and combination them is the fun and skills of bulid flutter application。
file_selector will help you have the pop-up file selector capabilities, and download or dio may helps you build the capabilities of download file?

@aokidai
Copy link
Author

aokidai commented Jan 25, 2024

@aokidai find package on pub.dev and combination them is the fun and skills of bulid flutter application。 file_selector will help you have the pop-up file selector capabilities, and download or dio may helps you build the capabilities of download file?

thank you your idea but when I press download button website was called download Api but nothing happened.

@SinyimZhi
Copy link
Collaborator

@aokidai yes, nothing happened is right caused no click response provided for download button. The innerapp browser generally for load some private domain website or specific website. and you should agreed upon with page developers to use specific JavaScript Channels to transmit download signals and download addresses(Especially some authentication strategies), and implement download logic outside of this plugin. If you want to load some public and well-known websites and download files or something else, why don't you just call up the default browser program for the operating system to load them.

@aokidai
Copy link
Author

aokidai commented Jan 26, 2024

The innerapp browser generally for load some private domain website or specific website. and you should agreed upon with page developers to use specific JavaScript Channels to transmit download signals and download addresses(Especially some authentication strategies), and implement download logic outside of this plugin. If you want to load some public and well-known websites and download files or something else, why don't you just call up the default browser program for the operating system to load them.

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants