From a3fca87ee524d9fe5a0dbec24278f195c6836cac Mon Sep 17 00:00:00 2001 From: Bentley O'Kane-Chase Date: Thu, 22 Feb 2018 15:09:09 +1000 Subject: [PATCH] Fix navigation buttons on iOS --- src/ios/CDVInAppBrowser.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m index a581472..56d227b 100644 --- a/src/ios/CDVInAppBrowser.m +++ b/src/ios/CDVInAppBrowser.m @@ -654,7 +654,6 @@ } 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];