Is there a way to submit datas to a webpage (shown via UIWebView)?
Hi the problem I have: My App has stored the login datas of a user. Now I want to submit these datas to a UIWebView to log the user in. Is there a way and if so, how can I do it?
Thanks for help
I think you can make an html and within the body of that use data login dates.