Re: WebView weird crash on iOS7 iPad App
Re: WebView weird crash on iOS7 iPad App
- Subject: Re: WebView weird crash on iOS7 iPad App
- From: Carlos Alcala <email@hidden>
- Date: Wed, 12 Feb 2014 11:46:55 -0400
Hey Fritz,
Thanks I will try that approach to avoid the crash during our LIVE presentation of the app, which is today.
Best Regards, Carlos
On February 12, 2014 at 11:45:14 AM, Fritz Anderson (email@hidden) wrote: On 11 Feb 2014, at 11:06 PM, Jens Alfke <email@hidden> wrote:
> For a workaround … do UIKit WebViews have options to disable data-detectors? If so, try turning them off.
The OP is undoubtedly competent, but for the record:
UIWebView * myWebView = ...;
myWebView.dataDetectorTypes = UIDataDetectorTypeNone;
— F
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden