I developed an application that is basically just a webview. The user logs in and browses the app normally. The problem is that when he exits the application and then comes back he asks to log in again, causing that every time the user closes or minimizes the application, he will have to log in again. How do I resolve this situation?
This is accomplished by setting cookies in your html, not blocks.
You could use the local storage or a stored variable to accomplish the same and pass through to the page using the webviewer and JavaScript injection BUT if you’re going that far, you may as well learn how to write and recall a cookie.