react-native-webview/apple
Ivari Tölp 7decc5cff1
feat(ios): Add support for `limitsNavigationsToAppBoundDomains` (#1662)
* Add support for iOS-specific prop `limitsNavigationsToAppBoundDomains`

* Add check for `limitsNavigationsToAppBoundDomains` property

Turns out that @available is simply bugged right
now in Xcode and will pretty much always return
`true`. Adding a check for the property actually
existing as well will avoid iOS <14 crashing horribly.

* Improve documentation

Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
2021-03-17 00:29:40 +01:00
..
RNCWKProcessPoolManager.h feat(macOS): Make podspec compatible with macOS (#1328) 2020-04-24 19:54:17 +02:00
RNCWKProcessPoolManager.m feat(macOS): Make podspec compatible with macOS (#1328) 2020-04-24 19:54:17 +02:00
RNCWebView.h feat(ios): Add support for `limitsNavigationsToAppBoundDomains` (#1662) 2021-03-17 00:29:40 +01:00
RNCWebView.m feat(ios): Add support for `limitsNavigationsToAppBoundDomains` (#1662) 2021-03-17 00:29:40 +01:00
RNCWebViewManager.h feat(macOS): Make podspec compatible with macOS (#1328) 2020-04-24 19:54:17 +02:00
RNCWebViewManager.m feat(ios): Add support for `limitsNavigationsToAppBoundDomains` (#1662) 2021-03-17 00:29:40 +01:00