Skip to content

Commit b06ad8e

Browse files
CB-13696 fixing for PR
1 parent cbe3a42 commit b06ad8e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ Thumbs.db
1313
*.user
1414

1515
node_modules
16-
.idea
16+
17+
18+
19+
20+
21+
22+
23+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ instance, or the system browser.
106106
All platforms support:
107107

108108
- __location__: Set to `yes` or `no` to turn the `InAppBrowser`'s location bar on or off.
109+
- __lefttoright__: Set to `yes` to swap position of the navigation buttons and the close button.
109110

110111
Android supports these additional options:
111112

@@ -115,7 +116,7 @@ instance, or the system browser.
115116
- __closebuttoncaption__: set to a string to use as the close button's caption instead of a X. Note that you need to localize this value yourself.
116117
- __closebuttoncolor__: set to a valid hex color string, for example: `#00ff00`, and it will change the
117118
close button color from default, regardless of being a text or default X. Only has effect if user has location set to `yes`.
118-
- __footer__: set to `yes` to show a close button in the footer similar to the iOS __Done__ button.
119+
- __footer__: set to `yes` to show a close button in the footer similar to the iOS __Done__ button.
119120
The close button will appear the same as for the header hence use __closebuttoncaption__ and __closebuttoncolor__ to set its properties.
120121
- __footercolor__: set to a valid hex color string, for example `#00ff00` or `#CC00ff00` (`#aarrggbb`) , and it will change the footer color from default.
121122
Only has effect if user has __footer__ set to `yes`.

src/android/InAppBrowser.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Licensed to the Apache Software Foundation (ASF) under one
66
to you under the Apache License, Version 2.0 (the
77
"License"); you may not use this file except in compliance
88
with the License. You may obtain a copy of the License at
9+
910
http://www.apache.org/licenses/LICENSE-2.0
11+
1012
Unless required by applicable law or agreed to in writing,
1113
software distributed under the License is distributed on an
1214
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

0 commit comments

Comments
 (0)