CB-13696 fixing for PR

This commit is contained in:
Landsbankinn 2018-03-13 11:48:15 +00:00
parent cbe3a428f4
commit b06ad8ed97
3 changed files with 12 additions and 2 deletions

9
.gitignore vendored
View File

@ -13,4 +13,11 @@ Thumbs.db
*.user *.user
node_modules node_modules
.idea

View File

@ -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:

View File

@ -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