diff options
Diffstat (limited to 'UICaboodle/BrowserView.mm')
-rw-r--r-- | UICaboodle/BrowserView.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index cb16f00..d145067 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1010,6 +1010,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se - (id) initWithWidth:(float)width ofClass:(Class)_class { if ((self = [super init]) != nil) { + allowsNavigationAction_ = true; + class_ = _class; loading_ = [[NSMutableSet alloc] initWithCapacity:5]; |