Hi,

Is it possible to disable form autocomplete and/or delete saved form data?

I'm using XWalkView, and before loading a URL (e.g. GMail), the code is
executing the following:

    (new XWalkCookieManager()).removeAllCookie();
    mXWalkView.getNavigationHistory().clear();
    mXWalkView.clearCache(true);

Nevertheless, saved form data are still offered in autocomplete popup. For
instance, when accessing the GMail signin page, I'm still seeing the
account previously used in the autocomplete popup.

As the app is being in "kiosk" mode, this is privacy concern.

Thanks,
Michael.
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to