locked
Clear the data stored in webview RRS feed

  • Question

  • I have an app in WP8.1 in which I am using webview to allow user to login and post something. But I want to clear the data stored after the post is complete. Because next time i show the same webview it shows the previously loaded page in it. Is this possible? How?
    • Edited by RohitrkKUmar Thursday, February 26, 2015 12:17 PM
    Thursday, February 26, 2015 10:29 AM

Answers

  • Not programmatically. You can either uninstall/reinstall the app or find the Inetcache folder in the app package location and clear that out.

    This is a known issue.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Thursday, February 26, 2015 1:11 PM
    Moderator