On Thu, Aug 18, 2011 at 2:40 AM, Raziel23x <[email protected]> wrote:
> > > On Aug 17, 1:30 pm, lbendlin <[email protected]> wrote: > > you don't need a webview for that. Just use HTTP GET directly. > > > Explain as my application uses webview to list files for download that > when you click the links to the files they want to open a web browser > before starting the downloads > > >From what it sounds like you want to do, you want them to click on the links and then hide their download from the webview? This doesn't sound like a standard design at all, though I can think that it would be possible if you registered a javascript callback and then in your code did the http get. On the other hand, why not use an actual listview or something, why use the webview to list the links? And why hide their download from the user? Kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

