[GitHub] incubator-weex pull request #161: * [ios] fix list insert cell out of bounds...

2017-03-24 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/161 * [ios] fix list insert cell out of bounds crash You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex 0.11-dev

[GitHub] incubator-weex pull request #98: * doc update new weex-toolkit image

2017-03-24 Thread JackPu
Github user JackPu closed the pull request at: https://github.com/apache/incubator-weex/pull/98 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-weex pull request #160: * [ios] fix refresh bug

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/160 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-weex pull request #159: remove performSelector:@selector(scrollVie...

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/159 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-weex pull request #160: * [ios] fix refresh bug

2017-03-24 Thread acton393
GitHub user acton393 opened a pull request: https://github.com/apache/incubator-weex/pull/160 * [ios] fix refresh bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/acton393/incubator-weex 0.11-dev Alternatively you can review

[GitHub] incubator-weex pull request #159: remove performSelector:@selector(scrollVie...

2017-03-24 Thread bluebird78999
GitHub user bluebird78999 opened a pull request: https://github.com/apache/incubator-weex/pull/159 remove performSelector:@selector(scrollViewDidEndScrollingAnimation:)… remove performSelector:@selector(scrollViewDidEndScrollingAnimation:) to avoid crash. and scrollstop

[GitHub] incubator-weex pull request #158: 0.11 dev bugfix header

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/158 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-weex pull request #138: [doc] use inline event handler binding.

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/138 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-weex issue #157: 0.11 dev bugfix header

2017-03-24 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/157 Warnings :warning: These new JS files do not have Flow enabled:

[GitHub] incubator-weex pull request #157: 0.11 dev bugfix header

2017-03-24 Thread zshshr
GitHub user zshshr opened a pull request: https://github.com/apache/incubator-weex/pull/157 0.11 dev bugfix header 1. bugfix header You can merge this pull request into a Git repository by running: $ git pull https://github.com/zshshr/incubator-weex 0.11-dev-bugfix-header

Re: Incomplete setTimeout implementation

2017-03-24 Thread jiyinyiyong
Thx. We don't use vanilla in production, so I just want to figure out what happening there. It's fine if the problem only affects Vanilla(if fixed, then better). On Fri, Mar 24, 2017 at 2:57 PM 申远 wrote: > This is a known issue, and you will meet this problem if you build

[GitHub] incubator-weex issue #156: 0.10 android� �于�� 载sd卡下js问题

2017-03-24 Thread weex-bot
Github user weex-bot commented on the issue: https://github.com/apache/incubator-weex/pull/156 Fails :no_entry_sign: Code file ios/sdk/WeexSDKTests/WXStorageTests.m does not have the

[GitHub] incubator-weex pull request #156: 0.10 android� �于�� 载sd卡下js问题

2017-03-24 Thread chenli3238
GitHub user chenli3238 opened a pull request: https://github.com/apache/incubator-weex/pull/156 0.10 android关于加载sd卡下js问题 我加

[GitHub] incubator-weex pull request #146: 0.12 dev feature jsfm0.19.16

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex/pull/146 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: Sorting out Weex APIs and tools

2017-03-24 Thread Wenhong Wu
As a follow-up decision, "weex init" was used specifically to setup H5 project, it will build vue project by default, option "--type=we" will create weex project. “weex create" command was used to create a complete project with native (android/iOS) platform files, app code canbe written by vue or

[GitHub] incubator-weex pull request #155: * [android] input & textarea improvement

2017-03-24 Thread misakuo
GitHub user misakuo opened a pull request: https://github.com/apache/incubator-weex/pull/155 * [android] input & textarea improvement Changes: - support `type="number"` - fire the `keyboardevent` event when the softkeyboard is toggled or hided Demo: -