Skip to content

Commit bf8d0f3

Browse files
committed
Add common PR/Issue messages for easy future copy/paste access
1 parent 42bd969 commit bf8d0f3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Roadmap.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,34 @@ Future considerations
6969
- [ ] Android - partly done by @fangj (#103)
7070
- [ ] Chrome - partly done by @fangj (#104)
7171
- [ ] Windows phone
72+
73+
74+
Common Messages
75+
---------------
76+
77+
#### Fixed in v5.x.y:
78+
79+
Hi!
80+
81+
I believe this may be fixed in v5.0.1.
82+
83+
When you switch to the new version, please note that the API has changed. In particular, make sure that you use the javascript setup code, as it has changed: https://github.com/marcuswestin/WebViewJavascriptBridge#usage
84+
85+
If you are still having trouble when using v5.0.x, feel free to reopen.
86+
87+
Cheers!
88+
89+
90+
#### Need repro:
91+
92+
Hi!
93+
94+
Without a repro I won't be able to help you :(
95+
96+
If you create a PR with a failing test then I will definitely give you a hand (see https://github.com/marcuswestin/WebViewJavascriptBridge/blob/master/Tests/WebViewJavascriptBridgeTests/BridgeTests.m and https://github.com/marcuswestin/WebViewJavascriptBridge/blob/master/Tests/WebViewJavascriptBridgeTests/echo.html).
97+
98+
You could also create a PR with an example in `Example Apps` with the problem you're seeing in - that would definitely help me help you :)
99+
100+
I'll close this in the meantime since there's nothing I can do. Feel free to reopen with a repro or more information.
101+
102+
Cheers!

0 commit comments

Comments
 (0)