Hi, guys.

Sorry for bringing this up again, but it looks like it's a bug in the
WebView, which really hurts my project...
I found that it happens on the HTML pages with images. Pages without
images clear history as they're supposed to.
Might this be a synchronization issue?

I would really appreciate if somebody could clarify the situation and
maybe point me to a workaround...

Thank you in advance!




On Feb 6, 3:46 pm, Obormot <atru...@gmail.com> wrote:
> Hi, guys.
>
> I'm using the following code:
>
>                         _articleView.loadArticle(section.getResource());
>                         _articleView.clearHistory();
>
> to ensure that nothing is left in the history and back button behaves
> as usual.
>
> Unfortunately, this code doesn't work for me and the
> _articleView.canGoBack() still returns true.
> Implementation of clearHistory method is quite complex and uses
> asynchronous mechanism, which may not work immediately, but no matter
> how much time I wait the history is still there.
>
> Am I doing something wrong?
>
> Thank you in advance!
> A.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to