Skip to content

Commit a3fca87

Browse files
authored
Fix navigation buttons on iOS
1 parent 3f0528c commit a3fca87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ios/CDVInAppBrowser.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ - (void)createViews
654654
} else {
655655
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton, self.backButton, fixedSpaceButton, self.forwardButton]];
656656
}
657-
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton]];
658657

659658
self.view.backgroundColor = [UIColor grayColor];
660659
[self.view addSubview:self.toolbar];

0 commit comments

Comments
 (0)