Hi
I am trying to load an URL in WebView and I am getting an error "Browser not Supported. Please try a more recent version, or a different browser."
URL that I am trying to load (model)
https://xxxxx.xxxxxxxxxxxx.com/Vend...x=3456&xxxx=4322&username=yyyy&password=*****
Code that I am using to load is
NSString *urlText ;
urlText = @"https://xxxxx.xxxxxxxxxxxx.com/Vendor?xxxxx=none&xxxxxxx=none&xxx=3456&xxxx=4322&username=yyyy&password=*****";
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:urlText]]];
Can someone help me what is wrong in my code ? Or do I need to Upgrade. I may machine Safari is the default browser. But if use the browser to load this URL works fine I am facing issue only with the WebView at the same time other sites like www.google.com and others are working well.
Thanks
Siva
I am trying to load an URL in WebView and I am getting an error "Browser not Supported. Please try a more recent version, or a different browser."
URL that I am trying to load (model)
https://xxxxx.xxxxxxxxxxxx.com/Vend...x=3456&xxxx=4322&username=yyyy&password=*****
Code that I am using to load is
NSString *urlText ;
urlText = @"https://xxxxx.xxxxxxxxxxxx.com/Vendor?xxxxx=none&xxxxxxx=none&xxx=3456&xxxx=4322&username=yyyy&password=*****";
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:urlText]]];
Can someone help me what is wrong in my code ? Or do I need to Upgrade. I may machine Safari is the default browser. But if use the browser to load this URL works fine I am facing issue only with the WebView at the same time other sites like www.google.com and others are working well.
Thanks
Siva