Skip to content

Commit

Permalink
Fix navigation buttons on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bentleyo committed Feb 22, 2018
1 parent 3f0528c commit a3fca87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ios/CDVInAppBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ - (void)createViews
} else {
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton, self.backButton, fixedSpaceButton, self.forwardButton]];
}
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton]];

self.view.backgroundColor = [UIColor grayColor];
[self.view addSubview:self.toolbar];
Expand Down

0 comments on commit a3fca87

Please sign in to comment.