My javascript Ad works fine with google chrome app over iphone, but if i try load that Ad using UIWebView or even Safari on iphone it never executed.
i am using this line of code to load the Ad: [self.webview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://sample_JavaScript_AD.html"]]];
i am testing this over iOS 10.
is there any updates from apple about safari & javascript ?