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 лет назад
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 лет назад
wiscat
4870e1f06a
feat(WKWebview): [ios] Add 'pagingEnabled' property to the iOS WKWebview (#165 )
6 лет назад
Andrei Pfeiffer
752a5b295a
feat(Android): Support Android file upload (#60 )
Fixes #33
I could really use some help from an Android developer on this one, because I just "made it work", don't know how to "make it work good".
Some things that should be reviewed:
- [ ] validate Android 5.0 devices (my emulator work, but outputs some weird sounds; a Galaxy 4 I tested on crashes)
- [ ] validate Android 5.1 devices (emulator works, couldn't find a real device)
- [ ] how to handle File Extensions? (https://www.w3schools.com/tags/att_input_accept.asp )
I'm sure that there's more refactoring to be done, so any help and advice would be appreciated.
6 лет назад
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 лет назад
Bae Hyeonseung
7f35344632
feat(WKWebview): [iOS] Add 'allowsBackForwardNavigationGestures' property (#97 )
6 лет назад
marcelkalveram
34512f3c38
feat(New WebView Prop): [iOS] add hideKeyboardAccessoryView option (#67 )
* add hideKeyboardAccessoryView option
* add hideKeyboardAccessoryView prop to reference
6 лет назад
黎明
b5aaf5c800
feat(webview props) onLoadProgresss property (#53 )
* Added the onLoadProgress property to the iOS wkwebview and Android webview
6 лет назад
Thibault Malbranche
0e34982477
Done
6 лет назад
Thibault Malbranche
aca9c2e31f
Removed useless state and cleaned componentWillMount
6 лет назад
Thibault Malbranche
7df0ccd24e
Updated ref to use react.createRef
6 лет назад
Thibault Malbranche
2dea7b53ce
RNC changes ios JS
6 лет назад
empyrical
795dffb6a7
Clean up flow types
6 лет назад
empyrical
133f1e36bc
Add WebView Flow types
6 лет назад
Jamon Holmgren
236e613421
Defaults to WKWebView instead of UIWebView
6 лет назад
Jamon Holmgren
922151ec42
WIP: WebView extraction - iOS working both UI and WK versions
6 лет назад
Jamon Holmgren
2fd5612422
WIP: Migrating to WKWebView
6 лет назад
Jamon Holmgren
26d2f5ced4
WIP: iOS WKWebView
6 лет назад
Jamon Holmgren
52fbf09e29
🦅 WIP: Update to WKWebView - Replace UIWebView with WKWebView
6 лет назад
Jamon Holmgren
86ec597ea2
🦉 WIP: Update to WKWebView - WebView.ios.js
6 лет назад
Jamon Holmgren
bc3be5ecaa
Removes copyright notices from file headers
6 лет назад
Jamon Holmgren
d1f442cc51
WIP: Android
6 лет назад
Jamon Holmgren
bd2c3bc8c2
iOS Webview now using local RNCWebView
6 лет назад
Jamon Holmgren
52ba380e4a
Added RNCWebViewManager to xcode proj
6 лет назад
Jamon Holmgren
af0057a321
Reshuffling
6 лет назад
Jamon Holmgren
ee3d296d33
WIP: iOS working
6 лет назад
Jamon Holmgren
be9c217dfe
Initial
6 лет назад