[GitHub] Hanks10100 commented on issue #1689: storage 模块太简陋了,能提供类似web上indexeddb接口的数据库模块吗?

2018-11-02 Thread GitBox
Hanks10100 commented on issue #1689: storage 模块太简陋了,能提供类似web上indexeddb接口的数据库模块吗? URL: https://github.com/apache/incubator-weex/issues/1689#issuecomment-435318536 `IndexedDB` 的确是个很好用的 API,但是相对于 Weex SDK 本身而言可能重了一些,可以写一个独立的模块注册进来。

[GitHub] Hanks10100 closed issue #1699: Could not find

2018-11-02 Thread GitBox
Hanks10100 closed issue #1699: Could not find URL: https://github.com/apache/incubator-weex/issues/1699 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] allen2437 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-01 Thread GitBox
allen2437 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-435245753 @Hanks10100 使用weex create 模板创建之后使用的WeekSDK是0.19.0的版本会导致页面无法渲染,我在pod中将WeexSDK 改成0.18.0.3之后,页面就能渲染出来了

[GitHub] noman798 opened a new issue #1694: 试图升级报错 修改0.16.0 为 compile 'com.taobao.android:weex_sdk:0.18.0'

2018-11-01 Thread GitBox
noman798 opened a new issue #1694: 试图升级报错 修改0.16.0 为compile 'com.taobao.android:weex_sdk:0.18.0' URL: https://github.com/apache/incubator-weex/issues/1694 compile 'com.taobao.android:weex_sdk:0.18.0' 报错如下 11:13:20 : Error: Error: Command failed: ./gradlew assembleDebug

[GitHub] noman798 commented on issue #1694: 试图升级报错 修改0.16.0 为 compile 'com.taobao.android:weex_sdk:0.18.0'

2018-11-01 Thread GitBox
noman798 commented on issue #1694: 试图升级报错 修改0.16.0 为compile 'com.taobao.android:weex_sdk:0.18.0' URL: https://github.com/apache/incubator-weex/issues/1694#issuecomment-435265108 我做了如下的修改,能编译了 但是安卓运行后显示 render error:1001 这怎么解决? ``` ---

[GitHub] noman798 commented on issue #1694: 试图升级报错 修改0.16.0 为 compile 'com.taobao.android:weex_sdk:0.18.0'

2018-11-01 Thread GitBox
noman798 commented on issue #1694: 试图升级报错 修改0.16.0 为compile 'com.taobao.android:weex_sdk:0.18.0' URL: https://github.com/apache/incubator-weex/issues/1694#issuecomment-435266654 想升级19.0.3 结果编译不过见截图

[GitHub] allen2437 commented on issue #1686: 新建项目启动白屏,process.env.NODE_ENV找不到

2018-11-01 Thread GitBox
allen2437 commented on issue #1686: 新建项目启动白屏,process.env.NODE_ENV找不到 URL: https://github.com/apache/incubator-weex/issues/1686#issuecomment-435246206 @qzcsgs 将podfile文件中WeexSDK版本改成pod 'WeexSDK','~> 0.18.0.3'应该就可以 This is an

[GitHub] jianhan-he opened a new pull request #1692: [iOS] fix image slide bug

2018-11-01 Thread GitBox
jianhan-he opened a new pull request #1692: [iOS] fix image slide bug URL: https://github.com/apache/incubator-weex/pull/1692 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] allen2437 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-01 Thread GitBox
allen2437 commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-435246874 @weenta 将podfile文件中WeexSDK版本改成pod 'WeexSDK','~> 0.18.0.3'应该就可以

[GitHub] kuaifan opened a new issue #1691: 0.19.0+ Component 扩展 如何设置组件flex-direction默认值是row左右布局?

2018-11-01 Thread GitBox
kuaifan opened a new issue #1691: 0.19.0+ Component 扩展 如何设置组件flex-direction默认值是row左右布局? URL: https://github.com/apache/incubator-weex/issues/1691 0.19.0+ Component 扩展 如何设置组件flex-direction默认值是row左右布局? 之前0.18.0的时候可以通过WXDomObject修改,但是升级到19以后没有这个了,找到好久没有找到其他方法,希望可以得到解答。

[GitHub] noman798 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

2018-11-01 Thread GitBox
noman798 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-435265402 请问怎么增加到19? 修改为compile

[GitHub] noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

2018-11-01 Thread GitBox
noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-435265402 请问怎么增加到19? 修改为

[GitHub] songxing10000 opened a new issue #1696: weex页面在客户端上的刷新问题

2018-11-01 Thread GitBox
songxing1 opened a new issue #1696: weex页面在客户端上的刷新问题 URL: https://github.com/apache/incubator-weex/issues/1696 ## Description 在使用命令 `npm run dev & npm run serve` 后,保存vue文件,网页里打开的是可以实时自动刷新的。 但是在iOS上展示时,页面没有刷新。通过命令 `npm run dev & npm run

[GitHub] weenta commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-01 Thread GitBox
weenta commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-435237511 got the same problem This is an automated message from the

[GitHub] weex-bot edited a comment on issue #1692: [iOS] fix image slide bug

2018-11-01 Thread GitBox
weex-bot edited a comment on issue #1692: [iOS] fix image slide bug URL: https://github.com/apache/incubator-weex/pull/1692#issuecomment-435255855 Warnings :warning: No Changelog changes!

[GitHub] weex-bot edited a comment on issue #1692: [iOS] fix image slide bug

2018-11-01 Thread GitBox
weex-bot edited a comment on issue #1692: [iOS] fix image slide bug URL: https://github.com/apache/incubator-weex/pull/1692#issuecomment-435255855 Messages :book: No android file has been changed.

[GitHub] weex-bot commented on issue #1692: [iOS] fix image slide bug

2018-11-01 Thread GitBox
weex-bot commented on issue #1692: [iOS] fix image slide bug URL: https://github.com/apache/incubator-weex/pull/1692#issuecomment-435255855 Messages :book: has no jsfm file changed.

[GitHub] KimCongMax opened a new issue #1693: weex ios css transform属性失效

2018-11-01 Thread GitBox
KimCongMax opened a new issue #1693: weex ios css transform属性失效 URL: https://github.com/apache/incubator-weex/issues/1693 ## Description ## Environment ## Broken Example ## Steps to Reproduce

[GitHub] joinzhang opened a new issue #1690: IOS weex版本19.0和19.1使用weex-UI中的wxc-popup无法正常使用

2018-11-01 Thread GitBox
joinzhang opened a new issue #1690: IOS weex版本19.0和19.1使用weex-UI中的wxc-popup无法正常使用 URL: https://github.com/apache/incubator-weex/issues/1690 在使用weex0.19.0和0.19.1测试时发现,weexUI的wxc-popup弹层组件无法弹出, 老版本的0.18.0可以正常使用。 希望能尽早解决。 谢谢!!

[GitHub] noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

2018-11-01 Thread GitBox
noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-435265402 请问怎么增加到19? 修改为

[GitHub] noman798 commented on issue #1631: 新版本地址下载链接失败:404

2018-11-01 Thread GitBox
noman798 commented on issue #1631: 新版本地址下载链接失败:404 URL: https://github.com/apache/incubator-weex/issues/1631#issuecomment-435265981 我也遇到同样的问题了 怎么搞? This is an automated message from the Apache Git Service. To respond to the

[GitHub] noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

2018-11-01 Thread GitBox
noman798 edited a comment on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-435265402 请问怎么增加到19? 修改为

[GitHub] weex-bot edited a comment on issue #1695: Fixed 'index' is invalid when 'slider' data reduction

2018-11-01 Thread GitBox
weex-bot edited a comment on issue #1695: Fixed 'index' is invalid when 'slider' data reduction URL: https://github.com/apache/incubator-weex/pull/1695#issuecomment-435267573 Warnings :warning: No

[GitHub] weex-bot commented on issue #1695: Fixed 'index' is invalid when 'slider' data reduction

2018-11-01 Thread GitBox
weex-bot commented on issue #1695: Fixed 'index' is invalid when 'slider' data reduction URL: https://github.com/apache/incubator-weex/pull/1695#issuecomment-435267573 Messages :book: has no jsfm

[GitHub] weex-bot edited a comment on issue #1695: Fixed 'index' is invalid when 'slider' data reduction

2018-11-01 Thread GitBox
weex-bot edited a comment on issue #1695: Fixed 'index' is invalid when 'slider' data reduction URL: https://github.com/apache/incubator-weex/pull/1695#issuecomment-435267573 Messages :book: No

[GitHub] weenta commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来

2018-11-01 Thread GitBox
weenta commented on issue #1685: Xcode10使用weex create 模板创建使用vue-router之后页面渲染不出来 URL: https://github.com/apache/incubator-weex/issues/1685#issuecomment-435249306 果然改了后就可以正常渲染了,多谢了 @allen2437 This is an automated message from

[GitHub] weex-bot edited a comment on issue #1700: * [core] rm repeat code

2018-11-02 Thread GitBox
weex-bot edited a comment on issue #1700: * [core] rm repeat code URL: https://github.com/apache/incubator-weex/pull/1700#issuecomment-435377053 Messages :book: has no jsfm file changed.

[GitHub] yxping opened a new pull request #1700: * [core] rm repeat code

2018-11-02 Thread GitBox
yxping opened a new pull request #1700: * [core] rm repeat code URL: https://github.com/apache/incubator-weex/pull/1700 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] weex-bot edited a comment on issue #1700: * [core] rm repeat code

2018-11-02 Thread GitBox
weex-bot edited a comment on issue #1700: * [core] rm repeat code URL: https://github.com/apache/incubator-weex/pull/1700#issuecomment-435377053 Messages :book: No android file has been changed.

[GitHub] weex-bot commented on issue #1700: * [core] rm repeat code

2018-11-02 Thread GitBox
weex-bot commented on issue #1700: * [core] rm repeat code URL: https://github.com/apache/incubator-weex/pull/1700#issuecomment-435377053 Warnings :warning: No Changelog changes!

[GitHub] YorkShen closed pull request #1700: * [core] rm repeat code

2018-11-02 Thread GitBox
YorkShen closed pull request #1700: * [core] rm repeat code URL: https://github.com/apache/incubator-weex/pull/1700 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] noman798 closed issue #1698: 安卓上WXApplicationDidBecomeActiveEvent貌似无效

2018-11-02 Thread GitBox
noman798 closed issue #1698: 安卓上WXApplicationDidBecomeActiveEvent貌似无效 URL: https://github.com/apache/incubator-weex/issues/1698 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] ValuesFeng opened a new issue #1699: Could not find

2018-11-02 Thread GitBox
ValuesFeng opened a new issue #1699: Could not find URL: https://github.com/apache/incubator-weex/issues/1699 Could not find weex_sdk.jar (com.taobao.android:weex_sdk:0.19.0.3) This is an automated message from the Apache Git

[GitHub] Hanks10100 closed issue #1693: weex ios css transform属性失效

2018-11-02 Thread GitBox
Hanks10100 closed issue #1693: weex ios css transform属性失效 URL: https://github.com/apache/incubator-weex/issues/1693 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] liushengyi edited a comment on issue #1639: android 自定义的components,必须设置高度吗,有没有办法不设置高度,自动适应的

2018-11-02 Thread GitBox
liushengyi edited a comment on issue #1639: android 自定义的components,必须设置高度吗,有没有办法不设置高度,自动适应的 URL: https://github.com/apache/incubator-weex/issues/1639#issuecomment-435320724 可以控件onLayout完成之后,手动设置控件宽高。按照WXComponent 中的updateStyleByPesudo的写法,可以实现自适应宽高。 ``` java public void

[GitHub] YorkShen closed pull request #1663: * [android] Support attr controls

2018-10-23 Thread GitBox
YorkShen closed pull request #1663: * [android] Support attr controls URL: https://github.com/apache/incubator-weex/pull/1663 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] noman798 closed issue #1655: 请问weex-loader如何支持coffeescript

2018-10-23 Thread GitBox
noman798 closed issue #1655: 请问weex-loader如何支持coffeescript URL: https://github.com/apache/incubator-weex/issues/1655 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] noman798 commented on issue #1655: 请问weex-loader如何支持coffeescript

2018-10-23 Thread GitBox
noman798 commented on issue #1655: 请问weex-loader如何支持coffeescript URL: https://github.com/apache/incubator-weex/issues/1655#issuecomment-432481895 测试了一下,pug和scss不做任何配置都可以用,coffee怎么配置都没法和安卓的weex-loader一起用,但是可以和web一起用 This is an

[GitHub] noman798 opened a new issue #1655: 请问weex-loader如何支持coffeescript

2018-10-23 Thread GitBox
noman798 opened a new issue #1655: 请问weex-loader如何支持coffeescript URL: https://github.com/apache/incubator-weex/issues/1655 weex run web 一切正常 weex run android报错如下 ``` ERROR in

[GitHub] YorkShen closed pull request #1638: * [android] Support keyboardSize

2018-10-23 Thread GitBox
YorkShen closed pull request #1638: * [android] Support keyboardSize URL: https://github.com/apache/incubator-weex/pull/1638 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] wqyfavor opened a new pull request #1665: [iOS] Fix crash if observer is removed twice. Change some variables t…

2018-10-23 Thread GitBox
wqyfavor opened a new pull request #1665: [iOS] Fix crash if observer is removed twice. Change some variables t… URL: https://github.com/apache/incubator-weex/pull/1665 …o static. First of all, thank you for your contribution! Please makes sure that these checkboxes are

[GitHub] weex-bot commented on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t…

2018-10-23 Thread GitBox
weex-bot commented on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t… URL: https://github.com/apache/incubator-weex/pull/1665#issuecomment-432502300 Messages :book:

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-10-23 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Fails

[GitHub] weex-bot commented on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-10-23 Thread GitBox
weex-bot commented on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Messages

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-10-23 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Fails

[GitHub] cxfeng1 closed pull request #1665: [iOS] Fix crash if observer is removed twice. Change some variables t…

2018-10-23 Thread GitBox
cxfeng1 closed pull request #1665: [iOS] Fix crash if observer is removed twice. Change some variables t… URL: https://github.com/apache/incubator-weex/pull/1665 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[GitHub] weex-bot commented on issue #1666: * [Android] Fix text layout problem

2018-10-24 Thread GitBox
weex-bot commented on issue #1666: * [Android] Fix text layout problem URL: https://github.com/apache/incubator-weex/pull/1666#issuecomment-432529309 Messages :book: has no jsfm file changed.

[GitHub] weex-bot edited a comment on issue #1666: * [Android] Fix text layout problem

2018-10-24 Thread GitBox
weex-bot edited a comment on issue #1666: * [Android] Fix text layout problem URL: https://github.com/apache/incubator-weex/pull/1666#issuecomment-432529309 Warnings :warning: No Changelog changes!

[GitHub] weex-bot edited a comment on issue #1666: * [Android] Fix text layout problem

2018-10-24 Thread GitBox
weex-bot edited a comment on issue #1666: * [Android] Fix text layout problem URL: https://github.com/apache/incubator-weex/pull/1666#issuecomment-432529309 Messages :book: No android file has been

[GitHub] weex-bot edited a comment on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t…

2018-10-23 Thread GitBox
weex-bot edited a comment on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t… URL: https://github.com/apache/incubator-weex/pull/1665#issuecomment-432502300 Warnings :warning:

[GitHub] weex-bot edited a comment on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t…

2018-10-23 Thread GitBox
weex-bot edited a comment on issue #1665: [iOS] Fix crash if observer is removed twice. Change some variables t… URL: https://github.com/apache/incubator-weex/pull/1665#issuecomment-432502300 Messages :book:

[GitHub] YorkShen opened a new pull request #1666: * [Android] Fix text layout problem

2018-10-24 Thread GitBox
YorkShen opened a new pull request #1666: * [Android] Fix text layout problem URL: https://github.com/apache/incubator-weex/pull/1666 https://alibaba.github.io/rax/jsplayground/e58e828f-83b4-4607-812e-4f6afe31bdd4 This is an

[GitHub] stvenjobs opened a new issue #1675: iOS端无法获取instance.OnCreate渲染回调后View的fram,永远显示是0啊

2018-10-26 Thread GitBox
stvenjobs opened a new issue #1675: iOS端无法获取instance.OnCreate渲染回调后View的fram,永远显示是0啊 URL: https://github.com/apache/incubator-weex/issues/1675 ## Description ## Environment ## Broken Example ## Steps to Reproduce

[GitHub] chenzefeng09 opened a new issue #1674: 0.19版本算是正式release了吗?

2018-10-26 Thread GitBox
chenzefeng09 opened a new issue #1674: 0.19版本算是正式release了吗? URL: https://github.com/apache/incubator-weex/issues/1674 看到的还是rc版本,很久没有消息了,算是正式发了吗? 可以用在生产环境了吗? 天猫淘宝升到这个版本了吗? 这版改动挺大的,不敢当小白鼠... This is an automated

[GitHub] imcloud commented on issue #1640: Android 0.19.0.3 404 NOT FOUND

2018-10-26 Thread GitBox
imcloud commented on issue #1640: Android 0.19.0.3 404 NOT FOUND URL: https://github.com/apache/incubator-weex/issues/1640#issuecomment-433347854 一样引用不到 上去bintray可以看到他们根本没有上传这个文件,aar也没有对应名字的文件 真坑人 This is an

[GitHub] iflyman opened a new issue #1676: 如何解决 Android P弹框提示调用隐藏api?

2018-10-26 Thread GitBox
iflyman opened a new issue #1676: 如何解决 Android P弹框提示调用隐藏api? URL: https://github.com/apache/incubator-weex/issues/1676 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] win80540 opened a new pull request #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-10-23 Thread GitBox
win80540 opened a new pull request #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664 [android][ios][core] Total platform support rtl direction by CSS "direction:rtl" [core]

[GitHub] noman798 closed issue #1655: 请问weex-loader如何支持coffeescript

2018-10-23 Thread GitBox
noman798 closed issue #1655: 请问weex-loader如何支持coffeescript URL: https://github.com/apache/incubator-weex/issues/1655 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] YorkShen opened a new pull request #1667: * [Android] Fix layout problem for position:absolute

2018-10-24 Thread GitBox
YorkShen opened a new pull request #1667: * [Android] Fix layout problem for position:absolute URL: https://github.com/apache/incubator-weex/pull/1667 Fix layout problem for item with position:absolute style and align-item:center in its parent.

[GitHub] weex-bot commented on issue #1667: * [Android] Fix layout problem for position:absolute

2018-10-24 Thread GitBox
weex-bot commented on issue #1667: * [Android] Fix layout problem for position:absolute URL: https://github.com/apache/incubator-weex/pull/1667#issuecomment-432582176 Warnings :warning: No Changelog

[GitHub] weex-bot edited a comment on issue #1667: * [Android] Fix layout problem for position:absolute

2018-10-24 Thread GitBox
weex-bot edited a comment on issue #1667: * [Android] Fix layout problem for position:absolute URL: https://github.com/apache/incubator-weex/pull/1667#issuecomment-432582176 Messages :book: has no

[GitHub] weex-bot edited a comment on issue #1667: * [Android] Fix layout problem for position:absolute

2018-10-24 Thread GitBox
weex-bot edited a comment on issue #1667: * [Android] Fix layout problem for position:absolute URL: https://github.com/apache/incubator-weex/pull/1667#issuecomment-432582176 Messages :book: No

[GitHub] hrk1988 opened a new issue #1673: WeexSDK.podspec依赖stdc++

2018-10-25 Thread GitBox
hrk1988 opened a new issue #1673: WeexSDK.podspec依赖stdc++ URL: https://github.com/apache/incubator-weex/issues/1673 iOS12正式版已经出一段时间了,在Xcode10中也把stdc++移除,不知道Weex团队有没有考虑将stdc++替换掉,毕竟官方不再支持了 This is an automated message from the

[GitHub] YorkShen closed pull request #1666: * [Android] Fix text layout problem

2018-10-24 Thread GitBox
YorkShen closed pull request #1666: * [Android] Fix text layout problem URL: https://github.com/apache/incubator-weex/pull/1666 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl"

2018-10-29 Thread GitBox
weex-bot edited a comment on issue #1664: [WEEX-653][android][iOS][core] Total platform support rtl direction by CSS "direction:rtl" URL: https://github.com/apache/incubator-weex/pull/1664#issuecomment-432502237 Fails

[GitHub] wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-29 Thread GitBox
wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#discussion_r228928742 ## File path: ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.mm

[GitHub] wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-29 Thread GitBox
wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#discussion_r228932652 ## File path: ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.mm

[GitHub] wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-29 Thread GitBox
wqyfavor commented on a change in pull request #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#discussion_r228933129 ## File path: ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.h

[GitHub] MrDragonn opened a new issue #1672: 自定义component问题:

2018-10-25 Thread GitBox
MrDragonn opened a new issue #1672: 自定义component问题: URL: https://github.com/apache/incubator-weex/issues/1672 ## Description ## Environment ## Broken Example ## Steps to Reproduce

[GitHub] Hanks10100 commented on issue #1627: weex初始化进入onException回调

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1627: weex初始化进入onException回调 URL: https://github.com/apache/incubator-weex/issues/1627#issuecomment-431337348 和 #1596 重复,先关掉了。 This is an automated message from the Apache Git Service. To

[GitHub] Hanks10100 closed issue #1627: weex初始化进入onException回调

2018-10-19 Thread GitBox
Hanks10100 closed issue #1627: weex初始化进入onException回调 URL: https://github.com/apache/incubator-weex/issues/1627 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] Hanks10100 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-431337593 升级后解决了就好。现在最新版本应该是 0.19

[GitHub] Hanks10100 commented on issue #1594: display attribute has no effect on android

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1594: display attribute has no effect on android URL: https://github.com/apache/incubator-weex/issues/1594#issuecomment-431338348 What's the `display="show"`? I have no idea about it, please offer more information.

[GitHub] Hanks10100 commented on issue #1592: Broken links in Example Guide

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1592: Broken links in Example Guide URL: https://github.com/apache/incubator-weex/issues/1592#issuecomment-431338791 That legacy examples which is written by `.we` syntax, they will be removed someday. Please use Vue or Rax instead.

[GitHub] Hanks10100 closed issue #1592: Broken links in Example Guide

2018-10-19 Thread GitBox
Hanks10100 closed issue #1592: Broken links in Example Guide URL: https://github.com/apache/incubator-weex/issues/1592 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] Hanks10100 commented on issue #1591: Which android studio version does weex use?

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1591: Which android studio version does weex use? URL: https://github.com/apache/incubator-weex/issues/1591#issuecomment-431339384 What's the error? This is an automated message from the Apache

[GitHub] Hanks10100 commented on issue #1590: IOS端如何实现button吸底的效果?

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1590: IOS端如何实现button吸底的效果? URL: https://github.com/apache/incubator-weex/issues/1590#issuecomment-431339972 可以试一下 `position: sticky`, 或者使用 [`dom.getComponentRect`](http://weex-project.io/cn/references/modules/dom.html#getcomponentrect-ref-callback-v0-9-4)

[GitHub] Hanks10100 closed issue #1587: @viewappear 刷新界面 在ios 中不起作用

2018-10-19 Thread GitBox
Hanks10100 closed issue #1587: @viewappear 刷新界面 在ios 中不起作用 URL: https://github.com/apache/incubator-weex/issues/1587 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] Hanks10100 commented on issue #1586: WEEX waterfall组件中增加input组件,在input里输入内容,上拉或下拉后里面的数据没有了

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1586: WEEX waterfall组件中增加input组件,在input里输入内容,上拉或下拉后里面的数据没有了 URL: https://github.com/apache/incubator-weex/issues/1586#issuecomment-431340317 Please offer an example on http://dotwe.org/vue This

[GitHub] Hanks10100 commented on issue #1584: run android studio have a Bad Request error!

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1584: run android studio have a Bad Request error! URL: https://github.com/apache/incubator-weex/issues/1584#issuecomment-431340854 It seems like a network error and has nothing to do with Weex, please check your network config. Maybe you can find the answer

[GitHub] Hanks10100 closed issue #1584: run android studio have a Bad Request error!

2018-10-19 Thread GitBox
Hanks10100 closed issue #1584: run android studio have a Bad Request error! URL: https://github.com/apache/incubator-weex/issues/1584 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] Hanks10100 commented on issue #1577: android接入weex,在二级页面无法从js端调用native方法

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1577: android接入weex,在二级页面无法从js端调用native方法 URL: https://github.com/apache/incubator-weex/issues/1577#issuecomment-431342243 Maybe you can offer some code snippets about your page1 and page2, check if your front-end code is correct.

[GitHub] Hanks10100 closed issue #1490: render error:-2013

2018-10-19 Thread GitBox
Hanks10100 closed issue #1490: render error:-2013 URL: https://github.com/apache/incubator-weex/issues/1490 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] Hanks10100 commented on issue #1490: render error:-2013

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1490: render error:-2013 URL: https://github.com/apache/incubator-weex/issues/1490#issuecomment-431342969 This issue has been closed because of no feedback or lack of activity. It can be reopened If you offer more information about. Thank you for your

[GitHub] Hanks10100 closed pull request #893: + [WEEX-213] [ios] expose handler for WXStorageModule

2018-10-19 Thread GitBox
Hanks10100 closed pull request #893: + [WEEX-213] [ios] expose handler for WXStorageModule URL: https://github.com/apache/incubator-weex/pull/893 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[GitHub] Hanks10100 commented on issue #893: + [WEEX-213] [ios] expose handler for WXStorageModule

2018-10-19 Thread GitBox
Hanks10100 commented on issue #893: + [WEEX-213] [ios] expose handler for WXStorageModule URL: https://github.com/apache/incubator-weex/pull/893#issuecomment-431346588 This PR is closed because it's outdated. If you still need this modification, please resolve the conflicts and open

[GitHub] Hanks10100 commented on issue #1123: [WEEX-294][iOS]use NSTimer to implement setTimeout

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1123: [WEEX-294][iOS]use NSTimer to implement setTimeout URL: https://github.com/apache/incubator-weex/pull/1123#issuecomment-431347658 This PR is closed because it's outdated. If you still need this modification, please resolve the conflicts and open

[GitHub] Hanks10100 closed pull request #1123: [WEEX-294][iOS]use NSTimer to implement setTimeout

2018-10-19 Thread GitBox
Hanks10100 closed pull request #1123: [WEEX-294][iOS]use NSTimer to implement setTimeout URL: https://github.com/apache/incubator-weex/pull/1123 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] Hanks10100 commented on issue #1166: [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol.

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1166: [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol. URL: https://github.com/apache/incubator-weex/pull/1166#issuecomment-431347770 This PR is closed because it's outdated. If you still need

[GitHub] Hanks10100 closed pull request #1166: [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol.

2018-10-19 Thread GitBox
Hanks10100 closed pull request #1166: [WEEX-352][iOS] Allow developer customize Refresh control by implement new refresh protocol WXPullRefreshProtocol. URL: https://github.com/apache/incubator-weex/pull/1166 This is a PR merged from a forked repository. As GitHub hides the original

[GitHub] Hanks10100 closed issue #1643: IOS - input 值精度丢失

2018-10-19 Thread GitBox
Hanks10100 closed issue #1643: IOS - input 值精度丢失 URL: https://github.com/apache/incubator-weex/issues/1643 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] Hanks10100 commented on issue #1627: weex初始化进入onException回调

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1627: weex初始化进入onException回调 URL: https://github.com/apache/incubator-weex/issues/1627#issuecomment-431336234 可能是 js framework 初始化失败了,可以加一些错误处理确保 weex 正确初始化之后再执行页面。 This is an automated message

[GitHub] Hanks10100 commented on issue #1648: box-shadow draw bug

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1648: box-shadow draw bug URL: https://github.com/apache/incubator-weex/issues/1648#issuecomment-431315978 Not support using `,` in box-shadow yet. You should write `box-shadow: 20wx 5px #66;` without `10wx,`.

[GitHub] Hanks10100 closed issue #1648: box-shadow draw bug

2018-10-19 Thread GitBox
Hanks10100 closed issue #1648: box-shadow draw bug URL: https://github.com/apache/incubator-weex/issues/1648 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] Hanks10100 closed issue #1503: iOS中textArea组件中频繁大量复制粘贴文字点击done隐藏键盘时会出现键盘隐藏但页面没恢复正常的情况,非必现

2018-10-19 Thread GitBox
Hanks10100 closed issue #1503: iOS中textArea组件中频繁大量复制粘贴文字点击done隐藏键盘时会出现键盘隐藏但页面没恢复正常的情况,非必现 URL: https://github.com/apache/incubator-weex/issues/1503 This is an automated message from the Apache Git Service. To respond to the

[GitHub] Hanks10100 commented on issue #1642: 如何应对js劫持?

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1642: 如何应对js劫持? URL: https://github.com/apache/incubator-weex/issues/1642#issuecomment-431316267 https 是正解。 这个问题好像和 Weex SDK 无关,欢迎在其他地方讨论。 This is an automated message from the Apache Git

[GitHub] Hanks10100 closed issue #1642: 如何应对js劫持?

2018-10-19 Thread GitBox
Hanks10100 closed issue #1642: 如何应对js劫持? URL: https://github.com/apache/incubator-weex/issues/1642 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL

[GitHub] Hanks10100 commented on issue #1499: web 内的 视频无法播放 weex

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1499: web 内的 视频无法播放 weex URL: https://github.com/apache/incubator-weex/issues/1499#issuecomment-431319909 This issue has been closed because of no feedback or lack of activity. It can be reopened If you offer more information about. Thank you for your

[GitHub] Hanks10100 closed issue #1499: web 内的 视频无法播放 weex

2018-10-19 Thread GitBox
Hanks10100 closed issue #1499: web 内的 视频无法播放 weex URL: https://github.com/apache/incubator-weex/issues/1499 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] Hanks10100 commented on issue #1558: picker is undefined !

2018-10-19 Thread GitBox
Hanks10100 commented on issue #1558: picker is undefined ! URL: https://github.com/apache/incubator-weex/issues/1558#issuecomment-431321344 The `weex-picker` has been moved out of the `weex-vue-render` package. Here is the source code, you can import manually.

<    1   2   3   4   5   6   7   8   9   10   >