-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cb 13969 - Allow close button and navigation buttons positions to be swapped #262
Conversation
…stom text on close button
…nal parameter to swap position of navigationbuttons and close/done button
…ption, reverting unneccesary indent changes on inappbrowser.css
I notice this is only implemented for the UIWebView variant of InappBrowser on iOS - can it be extended to the WKWebView variant as well? |
@dpa99c I will try that. I will let you know. |
@stevengill @agrieve @shazron @purplecabbage @jcesarmobile Is anyone able to review this ? It's a old pull request which i just updated. It's not a big change but enables some desirable additional functionality. |
Looks good. I'll have to test this before merging but I'll try to get to it this week. |
Ok awesome, thank you. |
Platforms affected
iOS and Android
What does this PR do?
Enables the position of the close/done button on inappbrowser to be swapped with the position of the navigation buttons. See https://issues.apache.org/jira/browse/CB-13969 for screenshots.
What testing has been done on this change?
I have tested all possible combination of parameters when different buttons are hidden and shown. So everything is consistent with how this should work.
Checklist