For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cookie Update API

Update and manage website cookies using the WebToNative JavaScript API. Sync cookie changes seamlessly across Android and iOS apps.

To force a cookie update in the Android app via a function in case cookies need to be updated immediately.

You'll need to import the JavaScript file into your website before starting from this link.

window.WTN.forceUpdateCookies();
import { forceUpdateCookies } from "webtonative"

forceUpdateCookies();

Available on Android Only from 04/01/25

Last updated