Caleb Clarke and Jamon Holmgren
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
cristianoccazinsp and Cristiano Coelho
8a8b7ceb98
feat(android): WebView crash handling ( #1480 )
...
Co-authored-by: Cristiano Coelho <cristianocca@hotmail.com >
2020-08-06 22:21:01 +02:00
Jason Chia-Hsien Ho
552472c414
feat(new prop): onHttpError callback ( #885 )
2019-09-21 02:43:28 +02:00
SiDevesh
282f81dcdd
fix(android): onMessage on android to return baseEvent( #755 )
2019-08-02 10:06:11 +02:00
Stanisław Chmiela
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. 🙂
2019-03-19 14:42:47 +00:00
Stanislav Shakirov
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
2019-03-13 16:21:25 +01:00
Thibault Malbranche
b1b662628e
feat(Android Webview): Support onShouldStartLoadWithRequest on Android ( #107 )
...
This PR adds support for `onShouldStartLoadWithRequest` on android.
The initial PR was #59
The issue for this PR is: #106
fixes #106
2018-11-30 02:59:12 +01:00
Thibault Malbranche
fd736cf26b
refactor(Android): New project setup + kotlin events ( #121 )
2018-11-19 11:25:28 +01:00
黎明
b5aaf5c800
feat(webview props) onLoadProgresss property ( #53 )
...
* Added the onLoadProgress property to the iOS wkwebview and Android webview
2018-10-17 15:08:52 +02:00
Jamon Holmgren
f9b9d3c092
Rename ReactWebView to RNCWebView, remove more infinitered references
2018-08-15 20:30:06 -07:00