Auteur | SHA1 | Message | Date |
---|---|---|---|
|
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> |
il y a 4 ans |
|
e697dff1d0 |
chore(format): Android project formatting (#433)
Added an extremely simple `.editorconfig` I inferred from the main part of the project, then reformatted the codebase according to it. 🙂 |
il y a 6 ans |
|
a25997bf65 |
fix(onShouldStartLoadWithRequest): android event was missing fields (#385)
`onShouldStartLoadWithRequest` event had only `url` in payload on android. I've fixed it according to js event definition. https://github.com/react-native-community/react-native-webview/blob/master/js/WebViewTypes.js#L34 |
il y a 6 ans |
|
fd736cf26b
|
refactor(Android): New project setup + kotlin events (#121) | il y a 6 ans |