Jian Wei
08cc600eb8
feat(WKWebView): add prop `directionalLockEnabled` for iOS ( #389 )
2019-03-07 10:27:29 +01:00
Jordan Sexton
92c20581ae
feat(toggle scroll bar): added new props showsVerticalScrollIndicator / showsHorizontalScrollIndicator ( #250 )
2019-02-12 14:47:24 +01:00
Michael Diarmid
83ce79ff89
feat(iOS/Android): Add `cacheEnabled` prop ( #152 )
...
Added a new cacheEnabled prop to toggle Android & iOS webview caching behavior.
BREAKING CHANGE: This change makes caching enabled by default when previously there was no caching behavior which may cause unexpected behaviour changes in your existing implementations.
2019-01-30 10:32:46 +01:00
José Luis Pereira
62f871c186
feat(WKWebview): Add incognito prop to iOS WKWebview
...
Allows the webview to be opened with an ephemeral data storage.
2019-01-11 14:59:03 +01:00
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}
2019-01-07 15:19:32 +01:00
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
2018-11-25 11:17:28 +01:00
wiscat
4870e1f06a
feat(WKWebview): [ios] Add 'pagingEnabled' property to the iOS WKWebview ( #165 )
2018-11-22 13:58:07 +01:00
Bae Hyeonseung
2ec5fa514e
feat(WKWebview): Add 'userAgent' property to the iOS WKWebView. ( #112 )
...
* Add 'userAgent' property to the iOS WKWebView
* Update 'userAgent' reference docs.
2018-11-19 11:13:31 +01:00
Bae Hyeonseung
7f35344632
feat(WKWebview): [iOS] Add 'allowsBackForwardNavigationGestures' property ( #97 )
2018-10-21 23:12:59 +02:00
marcelkalveram
34512f3c38
feat(New WebView Prop): [iOS] add hideKeyboardAccessoryView option ( #67 )
...
* add hideKeyboardAccessoryView option
* add hideKeyboardAccessoryView prop to reference
2018-10-17 16:59:19 +02: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
Thibault Malbranche
0de29728a6
Native Changes
2018-09-18 18:32:16 +02:00