I have a website deployed in cloud, I want to create a cordova project to display the remote url in cordova webview. I tried the following:
[_webViewEngine loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://news.163.com"]]];
It would display the page in safari, see this image.
Anybody has an idea?