|
| 1 | +Roadmap |
| 2 | +======= |
| 3 | + |
| 4 | +v4.1.4/5 |
| 5 | +-------- |
| 6 | + |
| 7 | +- [ ] 4.1.4 or 4.1.5? |
| 8 | +- [ ] Add WKWebView support to podspec file? (#149) |
| 9 | +- [ ] iOS8 WKWebView support? (#126) |
| 10 | +- [ ] WKWebView issue in OSX? (#84) |
| 11 | +- [ ] Release new version (#143, #155, #167) |
| 12 | + |
| 13 | +v4.1.6 |
| 14 | +------ |
| 15 | + |
| 16 | +Pull requests: |
| 17 | + |
| 18 | +- [ ] Dev env / docs |
| 19 | + - [ ] Automated tests (PR #128, I #151) |
| 20 | + - [ ] Embed js in objc source (PR #129) |
| 21 | + - [ ] Also fixes PR #138, I #160 |
| 22 | + - [ ] Docs for podfile installation (PR #140) |
| 23 | +- [ ] Features & fixes to consider |
| 24 | + - [ ] Message response timeout (PR #106) |
| 25 | + - [ ] Optional alert-unsafe message speedup (PR #133, I #132) |
| 26 | + - [ ] Remove or fix numRequestsLoading (PR #146, PR #157) |
| 27 | +- [ ] Net load fixes |
| 28 | + - [ ] Fix `[webView stopLoading]` (PR #168, I #163) |
| 29 | + - [ ] Detect offline failed requests (PR #170) |
| 30 | + - [ ] Handle redirects (PR #172) |
| 31 | + - [ ] Bridge never initiates without a didLoad (I #156) |
| 32 | + |
| 33 | +v4.1.7 |
| 34 | +------ |
| 35 | +- [ ] Swift and WKWebView (#153, #158) |
| 36 | +- [ ] Misc fixes |
| 37 | + - [ ] Crash on _deserializeMessageJSON (I #159) |
| 38 | + - [ ] Memory leak? (I #144) |
| 39 | + - [ ] Pictures/_dispatchMessage queue issue? (I #137) |
| 40 | + - [ ] Consider making webpage reloads easier (I #134) |
| 41 | + - [ ] Fix use in $(document).ready (I #131) |
| 42 | + - [ ] Error message on missing handler (I #120) |
| 43 | +v4.2.x |
| 44 | +------ |
| 45 | + |
| 46 | +- [ ] Swift |
| 47 | + - [ ] Swift examples (I #173) |
| 48 | +- [ ] Javascript |
| 49 | + - [ ] Cookie set in client is not sent (I #171) |
| 50 | + - [ ] Form submission error (I #169) |
| 51 | +- [ ] React Native |
| 52 | + - [ ] Example app (I #162) |
| 53 | +- [ ] New features to consider |
| 54 | + - [ ] Multiple handlers: pubsub (I #119) |
| 55 | + - [ ] Remove handlers (I #118) |
| 56 | +- [ ] Other platforms to consider |
| 57 | + - [ ] Android - partly done by @fangj (#103) |
| 58 | + - [ ] Chrome - partly done by @fangj (#104) |
| 59 | + |
| 60 | +Pending bug repro/info |
| 61 | +---------------------- |
| 62 | +- [ ] #123: unity3d and WebViewJavascriptBridge unrecognized selector sent to instance |
| 63 | +- [ ] #124: Getting an exception during _flushMessageQueue |
0 commit comments