From 065754a50f10d8a439d8134ad4385cd526162d7e Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 19 Oct 2013 06:48:48 +0000 Subject: [PATCH] turn off web wxWebView on iOS at the moment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/iphone/chkconf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index ffdc6b90ab..0c464b59de 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -362,6 +362,11 @@ #define wxUSE_RICHTOOLTIP 0 #endif +#if wxUSE_WEBVIEW +#undef wxUSE_WEBVIEW +#define wxUSE_WEBVIEW 0 +#endif + #endif /* _WX_OSX_IPHONE_CHKCONF_H_ */