Hi Michael It need XWalkView.getSettings().setSaveFormData(false). But this API is not exposed yet, I will implement it, you can track the status here: https://crosswalk-project.org/jira/browse/XWALK-7045 . Thanks.
Best Regards ☺ Xiaofeng Zhang From: Crosswalk-help [mailto:[email protected]] On Behalf Of Michael Goffioul Sent: Wednesday, June 22, 2016 8:34 AM To: [email protected] Subject: [Crosswalk-help] Disabling and/or deleting saved form data 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
