Merge branch 'master' of https://github.com/8eo/cordova-plugin-inappbrowser
This commit is contained in:
commit
5a558344fd
@ -477,6 +477,11 @@
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Prevent crashes on closing windows
|
||||||
|
-(void)dealloc {
|
||||||
|
self.webView.delegate = nil;
|
||||||
|
}
|
||||||
|
|
||||||
- (void)createViews
|
- (void)createViews
|
||||||
{
|
{
|
||||||
// We create the views in code for primarily for ease of upgrades and not requiring an external .xib to be included
|
// We create the views in code for primarily for ease of upgrades and not requiring an external .xib to be included
|
||||||
|
Loading…
Reference in New Issue
Block a user