0
I wonder if it is possible to keep a user logged in with webapp using webview. If yes which one will be the right way.
0
I wonder if it is possible to keep a user logged in with webapp using webview. If yes which one will be the right way.
1
I have a whole system in webview and use control through cookies. look for information about Setcookie or Sessions
Browser other questions tagged android web-application rest webview
You are not signed in. Login or sign up in order to post.
With webview work only for android and Ios and both support
LocalSorage
, and it is there in the Localstorage that I store whether you are logged in or not. For other platforms like Windowsphone, Blackberry etc, I can’t tell you.– Neuber Oliveira
for web application it would be best to use Cordova: https://cordova.apache.org/
– Armando Marques Sobrinho
really the idea of localstorage is really good I’ll see what I can do thank you @Neuberoliveira
– Jefferson Mello Olynyki
on the subject of phonegap, I’m starting to use it, but the project I’m working on is practically ready in a webview way, which is why I would need the webview solution in this case
– Jefferson Mello Olynyki