Interaction Web View with page loaded

Is it possible to load a page in WebViewer (.php) and get the result of the request to save values in tiny db ?

I have a system online and I am doing an app for it. I want to save login params to be used next time the app is open.

Try WebViewStrings

https://puravidaapps.com/snippets.php#2webviewstring

Thank’s a lot. Works fine!

But, now another question =D … I’ve passe the url eg.: www.site.com.br/sys/login.php?email=meuemail

The ‘?’ was not passed and I get a error: NOT FOUND login.phpemail=meuemail

1 Like

Error says the whole.
It means that ogin.phpemail=meuemail is not found on the server.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.