nativescript-inappbrowser
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -75,3 +75,3 @@ import { Utils } from '@nativescript/core'; | ||
if (inAppBrowserOptions.preferredControlTintColor) { | ||
var color = parseColor(inAppBrowserOptions.preferredBarTintColor); | ||
var color = parseColor(inAppBrowserOptions.preferredControlTintColor); | ||
if (color) { | ||
@@ -78,0 +78,0 @@ _this.safariVC.preferredControlTintColor = color.ios; |
{ | ||
"name": "nativescript-inappbrowser", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "InAppBrowser for NativeScript", | ||
@@ -5,0 +5,0 @@ "main": "InAppBrowser", |
@@ -231,2 +231,10 @@ <p align="center"> | ||
## Credits 👍 | ||
* **React Native InAppBrowser:** [InAppBrowser for React Native](https://github.com/proyecto26/react-native-inappbrowser) | ||
## Contributing ✨ | ||
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. | ||
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated** ❤️. | ||
You can learn more about how you can contribute to this project in the [contribution guide](https://github.com/proyecto26/nativescript-inappbrowser/blob/develop/CONTRIBUTING.md). | ||
## Contributors ✨ | ||
@@ -270,5 +278,2 @@ Please do contribute! Issues and pull requests are welcome. | ||
## Credits 👍 | ||
* **React Native InAppBrowser:** [InAppBrowser for React Native](https://github.com/proyecto26/react-native-inappbrowser) | ||
## Supporting 🍻 | ||
@@ -287,2 +292,5 @@ I believe in Unicorns 🦄 | ||
## License ⚖️ | ||
This repository is available under the [MIT License](https://github.com/proyecto26/nativescript-inappbrowser/blob/develop/LICENSE). | ||
## Happy coding 💯 | ||
@@ -289,0 +297,0 @@ Made with ❤️ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297
72461