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

Create download management & notification using GeckoView #13

Open
4 tasks
Daddoon opened this issue Mar 10, 2019 · 0 comments
Open
4 tasks

Create download management & notification using GeckoView #13

Daddoon opened this issue Mar 10, 2019 · 0 comments
Assignees

Comments

@Daddoon
Copy link
Owner

Daddoon commented Mar 10, 2019

On the current download light implementation present in the GeckoView Xamarin.Forms project, content is redirected to the system DownloadManager.

As for evolution and for more complex scenario, like downloading with a cookie present in the current session, the download scenario should:

  • Use GeckoWebExecutor Streaming API in order to download data
  • Notify current download to user using a system notification on the statut bar. - See this Stackoverflow post
  • Being able to add the downloaded file to the DownloadManager history. - See Android documentation
  • Open the downloaded file with compatible Intent when download is finished - We can use the same code implementation present on the current DownloadManager implementation.
@Daddoon Daddoon self-assigned this Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant