(ios) add compile-time decision for disabling UIWebView (#584)

This commit is contained in:
Maik Hummel
2019-11-27 17:25:59 +01:00
committed by Niklas Merz
parent 785fc4c83d
commit 82bbe29986
3 changed files with 91 additions and 47 deletions
+3 -1
View File
@@ -17,6 +17,8 @@
under the License.
*/
#if !WK_WEB_VIEW_ONLY
#import "CDVUIInAppBrowser.h"
#import <Cordova/CDVPluginResult.h>
#import <Cordova/CDVUserAgentUtil.h>
@@ -1126,4 +1128,4 @@ static CDVUIInAppBrowser* instance = nil;
@end
#endif