react-native-webview/apple
Caleb Clarke 6a9116f2d1
feat(events): Add isTopFrame to shouldStartLoadForRequest (#1537)
* Add isTopFrame to shouldStartLoadForRequest on iOS

onLoadingStart is not raised for inner frames, but onShouldStartLoadWithRequest still is. This keeps that behavior but adds isTopFrame to onShouldStartLoadWithRequest so that apps can perform their own filtering if desired.

* Update docs

Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com>
2020-08-15 11:21:38 +02: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 iOS contentMode property (#1538 by @TheAlmightyBob) 2020-08-14 20:16:54 -07:00
RNCWebView.m feat(events): Add isTopFrame to shouldStartLoadForRequest (#1537) 2020-08-15 11:21:38 +02:00
RNCWebViewManager.h feat(macOS): Make podspec compatible with macOS (#1328) 2020-04-24 19:54:17 +02:00
RNCWebViewManager.m feat(ios): Add iOS contentMode property (#1538 by @TheAlmightyBob) 2020-08-14 20:16:54 -07:00