Commit Graph
239 Commits
Author SHA1 Message Date
alwx 2b9caec897 React Native 0.40 fixes 2017-04-24 11:01:20 +03:00
Roman Volosovskyi da127e6943 resetOkHttpClient for webview in Android 0.33.11 2017-04-19 12:21:51 +03:00
Roman Volosovskyi 304672b73f fix initial zoom on android status-im/status-react#898 0.33.10 2017-03-14 17:36:47 +02:00
Alexander Pantyuhov 66adcadce7 Making it work with all future React Native versions 2017-03-09 16:59:15 +03:00
Roman Volosovskyi 1efc97e963 pass RPC host to webview bridge 0.33.8 2017-03-08 12:47:10 +02:00
Roman Volosovskyi 05a5ff9be3 fix js loading on fisrt page 0.33.7 2017-02-22 16:33:35 +02:00
Roman Volosovskyi b38b916908 fix eth_sendTransaction timeout on android
adjust request timeout on iOS
0.33.6
2017-02-21 11:38:46 +02:00
Roman Volosovskyi 440b78c5ca add method for sync rpc request on android 0.33.5 2017-02-01 09:00:29 +02:00
alwx 666724bf36 Small cleanup 0.33.4 2016-12-29 23:10:41 +03:00
Roman Volosovskyi 473bc5d775 async StatusBridge.sendRequest 2016-12-29 21:46:57 +02:00
alwx 76bb541cdd StatusBridge for Android 2016-12-29 21:46:48 +02:00
Roman Volosovskyi 6c81a83858 intercept and send requests to geth outside webview 2016-12-29 20:05:48 +02:00
Roman Volosovskyi 960167a791 fix WebViewBridge js interface 0.33.3 2016-12-26 10:30:25 +02:00
Roman Volosovskyi 710bd78fe8 allow self-signed ssl for 127.0.0.1:8545/localhost:8545 (status-im/status-react#579) 2016-12-24 13:05:18 +02:00
Roman Volosovskyi 99e7e9c62a localStorageEnabled option on Android 0.33.1 2016-12-23 12:44:41 +02:00
Roman Volosovskyi 82867670f1 attempt to improve onProgressChanged 2016-12-20 16:32:02 +02:00
Roman Volosovskyi a2e54a96d0 add js to page in setter 2016-12-20 12:35:59 +02:00
Roman Volosovskyi 1ef7040cd9 replace UIWebView with WKWebView using react-native-wkwebview-reborn 2016-12-20 11:55:09 +02:00
Roman Volosovskyi 90ade44066 re-define ReactWebView and ReactWebViewClient for RN 0.38.* 2016-12-19 14:20:52 +02:00
Roman Volosovskyi 12da50b755 remove hideKeyboardAccessoryView; 2016-12-18 18:33:40 +02:00
Roman Volosovskyi 381467999a injectedOnStartLoadingJavaScript on Android 2016-12-16 21:01:26 +02:00
Roman Volosovskyi 85c4266b91 injectedOnStartLoadingJavaScript on iOS 2016-12-16 11:29:54 +02:00
Hunter Medney cab93e4ce4 Merge pull request #157 from hmedney/master
Improve compatibility with IOS 8
2016-09-27 10:22:17 -04:00
Hunter Medney b927ee015c align deploy target with RN template
avoids _objc_unsafeClaimAutoreleasedReturnValue error in xcode 8 when launching older versions of IOS
2016-09-27 04:43:37 -04:00
Ali Najafizadeh 5db24ebb19 Merge pull request #155 from DanielApt/patch-1
Make sure to save as dependency
2016-09-25 22:08:29 -04:00
Ali Najafizadeh 030c1c5a3d Merge pull request #156 from amsul/ios-keyboard-focus-user-input
Add a prop for iOS to display the keyboard without user input
2016-09-23 12:52:43 -04:00
Amsul 6f6cd7a02c Add a prop for iOS to display the keyboard without user input 2016-09-23 12:48:13 -04:00
DanielApt 180f18ebc8 Make sure to save react-native-webview-bridge 2016-09-21 10:19:29 +01:00
Ali Najafizadeh 0f7e39ebdb removed beta from android. Android is stable now v0.33.0 2016-09-17 13:49:19 -04:00
Ali Najafizadeh 326c039a7e updated package.json for npm 2016-09-17 13:48:44 -04:00
Hunter Medney a175eccc94 updated contributors 2016-09-17 11:06:51 -04:00
Hunter Medney c78a77f60e Merge pull request #116 from KishPatel1996/patch-1
ActivityIndicatorIOS  to  ActivityIndicator
2016-09-16 19:10:13 -04:00
Hunter Medney d66dfaec1b Merge branch 'master' of github.com:alinz/react-native-webview-bridge 2016-09-16 18:50:36 -04:00
Hunter Medney 01d8d7a610 remove unused code 2016-09-16 18:50:27 -04:00
Hunter Medney 9be4a7faa1 Merge pull request #129 from longgame/master
add fix for RN v0.31
2016-09-16 18:37:27 -04:00
Hunter Medney 0780b51dbd update doc for new android file:// props
allowFileAccessFromFileURLs and allowUniversalAccessFromFileURLs
2016-09-16 18:13:02 -04:00
Hunter Medney d86168150d Merge pull request #118 from saulshanabrook/patch-2
Update Android instructions for RN 0.29
2016-09-16 18:10:34 -04:00
Hunter Medney 01f0c171b0 Merge pull request #150 from hmedney/master
IOS and Android updates and fixes for RN 0.33
2016-09-16 17:24:19 -04:00
Hunter Medney dd8067b6a0 expose additional properties for file:// resources
properties pass-thru to Android WebView
2016-09-15 23:16:49 -04:00
Hunter Medney 876df0459c remove bridge script injection
this is now handled on the native side
2016-09-15 21:14:41 -04:00
Hunter Medney 1714f78c02 follow ui component event pattern to dispatch webview messages to RN 2016-09-14 12:54:30 -04:00
Hunter Medney 62713668f2 establish bridge on WebView instance creation 2016-09-14 12:51:45 -04:00
Hunter Medney 6e037bf371 incorporate PR 129 from JakeRawr 2016-09-14 00:05:30 -04:00
Jake Yang 8a9ba6de78 add fix for RN v0.31 2016-08-05 11:13:13 -07:00
Saul Shanabrook b8f7f735c4 Update Android instructions for RN 0.29 2016-07-14 14:09:50 -04:00
Kishan Patel 3a81b8228c ActivityIndicatorIOS >>> ActivityIndicator
The IOS version will soon be deprecated.
2016-07-10 14:59:31 -04:00
Ali Najafizadeh d446ef1a8a Update README.md 2016-06-23 12:28:53 -04:00
Ali Najafizadeh d06e80dae2 Merge pull request #87 from dozoisch/master
Updated files for react-native 0.25
2016-05-10 13:44:38 -04:00
Ali Najafizadeh 1e4846f344 Merge pull request #78 from g6ling/master
README.md Chnage
2016-05-10 13:44:11 -04:00
Ali Najafizadeh b6580b710f Merge pull request #75 from Bhullnatik/master
Add support for Android 1(6)+
2016-05-10 13:43:59 -04:00