问题在于该网站无法完全加载到UIWebView中,但通常可以在Safari中加载。
这是我在UIWebView中加载网站时遇到的错误:
警告:
cos_before_render(/ home / user / ctown / doc_wbn //../ sys / swt / www.westspringsec.moe.edu.sg.mob)
[function.cos-before-render]:失败
打开流:无此文件或
目录在
/home/user/ctown/cti_bin/wbn/cos_init.inc
在731行
警告:cos_before_render()
[function.include]:打开失败
'/home/user/ctown/doc_wbn//../sys/swt/www.westspringsec.moe.edu.sg.mob'
列入
(include_path ='。:: / home / user / ctown / cti_bin / phplot:/ usr / local / lib / php')
在
/home/user/ctown/cti_bin/wbn/cos_init.inc
在731行
致命错误:调用未定义
函数:json_encode()在
/home/user/ctown/cti_bin/wbn/cos_init.inc
在737线上
- (void)viewDidLoad {
NSString *urlAddress = @"http://www.westspringsec.moe.edu.sg";
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[Webview loadRequest:requestObj];
[super viewDidLoad];
}
我尝试了下面链接的问题,但是无法修改网站的后端!
UIWebView Xhmtl parse error but safari don't
最佳答案
UIWebView和Safari没有相同的用户代理。