Web viewer for iOS and cookies

Hello,
Does the web viewer for iOS stores cookies?
Using Thunkable Live the cookies are not saved, will it be the same once the app is published? will i get my cookies after the app is stopped and restarted?
Nicolas

Try using HTML5 Web Storage or indexedDB. I have not tested the support for these technologies, but it’s easy to do.

Both of these technologies are supported by WebViewer.

Thanks, I will use the HTML5 Web Storage instead of the web browser cookie. :+1: