dpogue commented on code in PR #1124:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/pull/1124#discussion_r2854245548
##########
src/ios/CDVWKInAppBrowser.m:
##########
@@ -818,17 +818,26 @@ - (void)createViews
self.backButton.tintColor = [self
colorFromHexString:_browserOptions.navigationbuttoncolor];
}
- // Filter out Navigation Buttons if user requests so
+ // Add toolbar items
+ // Define the close button and flexible space button, they are reverted
when lefttoright is set
Review Comment:
By "reverted" you mean "inverted" or "swapped", right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]