OTMWebView icon indicating copy to clipboard operation
OTMWebView copied to clipboard

Setting User Agent does not work

Open robertdo opened this issue 10 years ago • 0 comments

I set the user agent using the method described, but it does not work. The only method I have found to work has been:

NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys:@"My User Agent", @"UserAgent", nil]; [[NSUserDefaults standardUserDefaults] registerDefaults:dictionary];

robertdo avatar Aug 11 '15 00:08 robertdo