kylemantesso
afadc62ada
feat(WKWebview): Add shared process pool so cookies and localStorage are shared across webviews in iOS (#138 )
* fix(WKWebview): [iOS] Add shared process pool so cookies and localStorage are shared across webviews (#68 )
* Add optional shared process pool
BREAKING CHANGE: useSharedProcessPool prop is set to true by default. If you want the old behavior, please use useSharedProcessPool={false}
5 years ago
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
6 years ago
Jermaine Oosterling
731dd03fc6
feat(WKWebView): [ios] Add allowsLinkPreview property to WKWebView (#170 )
* [ios] Add ‘allowsLinkPreview’ property to iOS WKWebView.
* Add divider in docs
* Typo: add hyphen -> _allowsLinkPreview
6 years ago
wiscat
4870e1f06a
feat(WKWebview): [ios] Add 'pagingEnabled' property to the iOS WKWebview (#165 )
6 years ago
Bae Hyeonseung
2ec5fa514e
feat(WKWebview): Add 'userAgent' property to the iOS WKWebView. (#112 )
* Add 'userAgent' property to the iOS WKWebView
* Update 'userAgent' reference docs.
6 years ago
Bae Hyeonseung
7f35344632
feat(WKWebview): [iOS] Add 'allowsBackForwardNavigationGestures' property (#97 )
6 years ago
marcelkalveram
34512f3c38
feat(New WebView Prop): [iOS] add hideKeyboardAccessoryView option (#67 )
* add hideKeyboardAccessoryView option
* add hideKeyboardAccessoryView prop to reference
6 years ago
Thibault Malbranche
2c0059ff61
feat(New Webview Prop): Added Android overscroll property (#54 )
6 years ago
黎明
b5aaf5c800
feat(webview props) onLoadProgresss property (#53 )
* Added the onLoadProgress property to the iOS wkwebview and Android webview
6 years ago
Thibault Malbranche
e3127bb066
fix flow
6 years ago
Thibault Malbranche
10054e10ab
Added flow type
6 years ago
empyrical
22686d0371
Re-organize platform-specific types
6 years ago
empyrical
795dffb6a7
Clean up flow types
6 years ago
empyrical
133f1e36bc
Add WebView Flow types
6 years ago