Hey guys I have a simple html NSString
, it works fine on the browser but does not load on the iPhone. I am using a simple: [self.w loadHTMLString:errorString baseURL:nil]
. What am I missing?
NSString* errorString = [NSString stringWithFormat:
@"<html><body> <iframe src=\"http://64.183.101.142:81/pda.htm\"width=\"500\" height=\"500\"></iframe></body></html>"];