I have a strange problem, http://tmskiosk.oneclick.info/sso/userauth.aspx
this link I open in browser works fine but when I open it in webview it is not loading it's css file (Probably).
NSString *urlAddress = [NSString stringWithFormat:@"http://tmskiosk.oneclick.info/sso/userauth.aspx"];
NSURL *url = [NSURL URLWithString:urlAddress];
//URL Requst Object
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url]
[siteWebView loadRequest:requestObj];