Android works well now, all changes are now documented
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
@property (nonatomic, copy) NSString* toolbarposition;
|
||||
@property (nonatomic, copy) NSString* toolbarcolor;
|
||||
@property (nonatomic, assign) BOOL toolbartranslucent;
|
||||
@property (nonatomic, assign) BOOL hideToolbarNavigationButtons;
|
||||
@property (nonatomic, assign) BOOL hidetoolbarnavigationbuttons;
|
||||
@property (nonatomic, assign) BOOL clearcache;
|
||||
@property (nonatomic, assign) BOOL clearsessioncache;
|
||||
|
||||
|
||||
@@ -649,7 +649,7 @@
|
||||
self.backButton.imageInsets = UIEdgeInsetsZero;
|
||||
|
||||
// Filter out Navigation Buttons if user requests so
|
||||
if (_browserOptions.hideToolbarNavigationButtons) {
|
||||
if (_browserOptions.hidetoolbarnavigationbuttons) {
|
||||
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton]];
|
||||
} else {
|
||||
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton, self.backButton, fixedSpaceButton, self.forwardButton]];
|
||||
@@ -1020,7 +1020,7 @@
|
||||
self.suppressesincrementalrendering = NO;
|
||||
self.hidden = NO;
|
||||
self.disallowoverscroll = NO;
|
||||
self.hideToolbarNavigationButtons = NO;
|
||||
self.hideToolbarnavigationbuttons = NO;
|
||||
self.closebuttoncolor = nil;
|
||||
self.toolbarcolor = nil;
|
||||
self.toolbartranslucent = YES;
|
||||
|
||||
Reference in New Issue
Block a user