CB-13696 fixing for PR
This commit is contained in:
parent
cbe3a428f4
commit
b06ad8ed97
9
.gitignore
vendored
9
.gitignore
vendored
@ -13,4 +13,11 @@ Thumbs.db
|
|||||||
*.user
|
*.user
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.idea
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -106,6 +106,7 @@ instance, or the system browser.
|
|||||||
All platforms support:
|
All platforms support:
|
||||||
|
|
||||||
- __location__: Set to `yes` or `no` to turn the `InAppBrowser`'s location bar on or off.
|
- __location__: Set to `yes` or `no` to turn the `InAppBrowser`'s location bar on or off.
|
||||||
|
- __lefttoright__: Set to `yes` to swap position of the navigation buttons and the close button.
|
||||||
|
|
||||||
Android supports these additional options:
|
Android supports these additional options:
|
||||||
|
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
to you under the Apache License, Version 2.0 (the
|
to you under the Apache License, Version 2.0 (the
|
||||||
"License"); you may not use this file except in compliance
|
"License"); you may not use this file except in compliance
|
||||||
with the License. You may obtain a copy of the License at
|
with the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing,
|
Unless required by applicable law or agreed to in writing,
|
||||||
software distributed under the License is distributed on an
|
software distributed under the License is distributed on an
|
||||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user