I have 2 web pages, login page and start page. When user logged in through login page, it is redirected to start page if username and password are correct. My problem is, how to do the login process hidden using pre-defined username and password and show only start page to the user.
I tried loading url to webView as myloginPagePostMethodAction?username=un&password=ps. But it didn't work. I tried to use httpClient to login and show the result in webView. It shows start page but with no javascript. And when I tried to use links in that page it says that I'm not logged in.
Please help..!