TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

DownloadListener didn't work #50

Open darkzq opened 8 years ago

darkzq commented 8 years ago

In class com.thefinestartist.finestwebview.listeners.BroadCastManager,the handleIntent(Intent intent) method has not handle DOWNLOADED_START type.

psychowood commented 8 years ago

I added pr #92 to fix this. If you still need it you can clone the fork from my repo (just in case it won't be merged).

Xenolion commented 6 years ago

Where is your repo link @psychowood

psychowood commented 6 years ago

@Xenolion Here's the commit 6c57ea70777219d52b622547c63f1f9dfe2645c1 and the repo: beware that it hadn't been updated since the pull request above your post, it's quite outdated right now.

Xenolion commented 6 years ago

Okay thanks man I got to edit that part @psychowood Thanks a lot!