[GitHub] [incubator-weex] pidogc opened a new issue #3247: slider組件不能控制方向,這個建議加上,不然又是造輪子的事

2020-07-29 Thread GitBox


pidogc opened a new issue #3247:
URL: https://github.com/apache/incubator-weex/issues/3247


   
![image](https://user-images.githubusercontent.com/42857270/88613758-098f6480-d043-11ea-8e6c-21befb07f5c0.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] wlingf commented on issue #2633: android 反射方法调用失败

2020-07-27 Thread GitBox


wlingf commented on issue #2633:
URL: https://github.com/apache/incubator-weex/issues/2633#issuecomment-664205993


   怎么解决的 相同问题
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot commented on pull request #3246: [android] android targetSdkVersion 29 ashmem issue

2020-07-26 Thread GitBox


weex-bot commented on pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246#issuecomment-664150240


   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Missing Permissions
 
 
   
   
   ../../src/main/java/org/apache/weex/WXEnvironment.java:410:
 Missing permissions required by 
TelephonyManager.getDeviceId: 
android.permission.READ_PRIVILEGED_PHONE_STATE
407 String ret = "";
408 if(sApplication != null){
409   try{
410 ret = ((TelephonyManager) 
sApplication  
411 
.getSystemService(Context.TELEPHONY_SERVICE)).getDeviceId();
412   }catch 
(SecurityException | NullPointerException e){
413 
WXLogUtils.e(WXLogUtils.getStackTrace(e));
   
   
   ../../src/main/java/org/apache/weex/WXEnvironment.java:410:
 Missing permissions required by 
TelephonyManager.getDeviceId: 
android.permission.READ_PRIVILEGED_PHONE_STATE
407 String ret = "";
408 if(sApplication != null){
409   try{
410 ret = ((TelephonyManager) 
sApplication  
411 
.getSystemService(Context.TELEPHONY_SERVICE)).getDeviceId();
412   }catch 
(SecurityException | NullPointerException e){
413 
WXLogUtils.e(WXLogUtils.getStackTrace(e));
   
   
   
   
   This check scans through your code and libraries and looks at the APIs being 
used, and checks this against the set of permissions required to access those 
APIs. If the code using those APIs is called at runtime, then the program will 
crash.
   
   Furthermore, for permissions that are revocable (with targetSdkVersion 23), 
client code must also be prepared to handle the calls throwing an exception if 
the user rejects the request for permission at runtime.Note: This issue 
has an associated quickfix operation in Android Studio and IntelliJ IDEA.
   To suppress this error, use the issue id "MissingPermission" as explained in 
the Suppressing Warnings and Errors section.
   
   
   
   
   
   MissingPermission
   
   
   Correctness
   
   
   Error
   
   
   Priority 9/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Missing Permissions
 
 
   
   
   ../../src/main/java/org/apache/weex/WXEnvironment.java:410:
 Missing permissions required by 
TelephonyManager.getDeviceId: 
android.permission.READ_PRIVILEGED_PHONE_STATE
407 String ret = "";
408 if(sApplication != null){
409   try{
410 ret = ((TelephonyManager) 
sApplication  
411 
.getSystemService(Context.TELEPHONY_SERVICE)).getDeviceId();
412   }catch 
(SecurityException | NullPointerException e){
413 
WXLogUtils.e(WXLogUtils.getStackTrace(e));
   
   
   ../../src/main/java/org/apache/weex/WXEnvironment.java:410:
 Missing permissions required by 
TelephonyManager.getDeviceId: 
android.permission.READ_PRIVILEGED_PHONE_STATE
407 String ret = "";
408 if(sApplication != null){
409   try{
410 ret = ((TelephonyManager) 
sApplication  
411 
.getSystemService(Context.TELEPHONY_SERVICE)).getDeviceId();
412   }catch 
(SecurityException | NullPointerException e){
413 
WXLogUtils.e(WXLogUtils.getStackTrace(e));
   
   
   
   
   This check scans through your code and libraries and looks at the APIs being 
used, and checks this against the set of permissions required to access those 
APIs. If the code using those APIs is called at runtime, then the program will 
crash.
   
   Furthermore, for permissions that are revocable (with targetSdkVersion 23), 
client code must also be prepared to handle the calls throwing an exception if 
the user rejects the request for permission at runtime.Note: This issue 
has an associated quickfix operation in Android Studio and IntelliJ IDEA.
   To suppress this error, use the issue id "MissingPermission" as explained in 
the Suppressing Warnings and Errors section.
   
   
   
   
   
   MissingPermission
   
   
   Correctness
   
   
   Error
   
   
   Priority 9/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
8c5d8489430a5c8ea0028e941ac5b7639a1867e2
   
   

[GitHub] [incubator-weex] neuyu commented on pull request #3246: [android] android targetSdkVersion 29 ashmem issue

2020-07-26 Thread GitBox


neuyu commented on pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246#issuecomment-664148396


   Successful self-test



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot edited a comment on pull request #3246: [android] android targetSdkVersion 29 ashmem issue

2020-07-26 Thread GitBox


weex-bot edited a comment on pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246#issuecomment-664101539


   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
8c5d8489430a5c8ea0028e941ac5b7639a1867e2
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot commented on pull request #3246: [android] android targetSdkVersion 29 ashmem issue #2706

2020-07-26 Thread GitBox


weex-bot commented on pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246#issuecomment-664101539


   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
b010f770a060ab3075189b0c667c211251381178
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] neuyu opened a new pull request #3246: [android] android targetSdkVersion 29 ashmem issue #2706

2020-07-26 Thread GitBox


neuyu opened a new pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246


   As Google Play warn all apps need update targetSdkVersion to 29 before 
2020.10, We must handle this issue



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] PeterJames4719 opened a new issue #3245: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2020-07-26 Thread GitBox


PeterJames4719 opened a new issue #3245:
URL: https://github.com/apache/incubator-weex/issues/3245


   执行weex run ios 后经常就这样了,然后就一直卡住了,启动不了app
   ```
   [✔] Compile JSBundle done
   ? Select one of the device iPhone 11 (Simulator)
   [✔] Start hotreload server done
   [✔] Set native config done
   [✔] Copy JS source done
   [✔] Watch JS source done
   ⠧ Building APP - this may take a few seconds
   Error: Command failed: pod update
   
   at ChildProcess.exithandler (child_process.js:297:12)
   at ChildProcess.emit (events.js:197:13)
   at maybeClose (internal/child_process.js:978:16)
   ⠹ Building APP - this may take a few seconds
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] zymxxxs commented on issue #617: v 0.24.0 - iOS (inspector 0.24.0)调试,无法显示js文件,以及预览(debug,can't display js file and preview)

2020-07-25 Thread GitBox


zymxxxs commented on issue #617:
URL: 
https://github.com/apache/incubator-weex-cli/issues/617#issuecomment-663838125


   @cnryb 将最新 devtools-frontend 重新编译之后,放入工程中是否可行?
   
   一定要同步修改么?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] neuyu commented on issue #2706: [Android] Weex failed on Android Q failed with targetSdkVersion=29

2020-07-24 Thread GitBox


neuyu commented on issue #2706:
URL: https://github.com/apache/incubator-weex/issues/2706#issuecomment-663516395


   When this ASHMEM issue fix? 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] MrBoog commented on issue #2804: [iOS] iOS13 [WXComponent Dealloc] crash in 0.20.1

2020-07-24 Thread GitBox


MrBoog commented on issue #2804:
URL: https://github.com/apache/incubator-weex/issues/2804#issuecomment-663463523


   hi,guys  any update about this? I met the same problem



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] ReedSun opened a new pull request #502: [!] wxc-mask: fix bug that inconsistent behavior between clicking close button and clicking overlay

2020-07-23 Thread GitBox


ReedSun opened a new pull request #502:
URL: https://github.com/apache/incubator-weex-ui/pull/502


   Now clicking the close button in the component wxc-mask will only close the 
mask, not overlay. I think this is a bug, so I fix it.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] helixs edited a comment on issue #2843: W/NetworkEventReporter: java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.network.NetworkEventReporterImpl

2020-07-22 Thread GitBox


helixs edited a comment on issue #2843:
URL: https://github.com/apache/incubator-weex/issues/2843#issuecomment-662384412


   Weex文档写的太不全了,inspector这个工具新版本并没有自动依赖weex_inspection:protocol这个库
   需要添加
   `implementation 'com.taobao.android.weex_inspection:protocol:1.1.4.1'`
   希望能帮助到大家



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] helixs commented on issue #2843: W/NetworkEventReporter: java.lang.ClassNotFoundException: com.taobao.weex.devtools.inspector.network.NetworkEventReporterImpl

2020-07-22 Thread GitBox


helixs commented on issue #2843:
URL: https://github.com/apache/incubator-weex/issues/2843#issuecomment-662384412


   Weex文档写的太不全了,inspector这个工具新版本并没有自动依赖weex_inspection:protocol这个库
   需要添加
   `implementation 'com.taobao.android.weex_inspection:protocol:1.1.4.1`
   希望能帮助到大家



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] wakaryry commented on issue #3238: [Android][iOS]这个没有V-show怎么隐藏组件啊 求一个weex的v-show

2020-07-21 Thread GitBox


wakaryry commented on issue #3238:
URL: https://github.com/apache/incubator-weex/issues/3238#issuecomment-662273542


   直接用v-if控制,或者将其移动到可见屏幕之外。
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] zhu071011 opened a new issue #587: Android-升级Target SDK到30后,JSNative初始化失败

2020-07-21 Thread GitBox


zhu071011 opened a new issue #587:
URL: https://github.com/apache/incubator-weex-site/issues/587


   
最近作Android11的兼容适配,如果一SDK28编译出来的App跑在Android11上是没问题的,但是将编译SDK升级至30,初始化会失败,大概原因是你们底层C++代码里,weex_js_connection.cpp中,使用了29之后不允许在直接调用的ashmem_create_region导致。需要替换为ASharedMemory_create方法。不知道你们什么时候准备更新适配一下呢?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot edited a comment on pull request #3244: [iOS]fix: the sticky header in waterfall stays at the bottom when scroll down

2020-07-20 Thread GitBox


weex-bot edited a comment on pull request #3244:
URL: https://github.com/apache/incubator-weex/pull/3244#issuecomment-661592386


   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 Code file 
ios/sdk/WeexSDK/Sources/Component/Recycler/WXMultiColumnLayout.m has cn source 
code.
   
 
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
abd25ba3e57a34d734664a4e7cc1eb18043c84a5
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] WJustin closed pull request #3244: [iOS]fix: the sticky header in waterfall stays at the bottom when scroll down

2020-07-20 Thread GitBox


WJustin closed pull request #3244:
URL: https://github.com/apache/incubator-weex/pull/3244


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] WJustin commented on pull request #3244: [iOS]fix: the sticky header in waterfall stays at the bottom when scroll down

2020-07-20 Thread GitBox


WJustin commented on pull request #3244:
URL: https://github.com/apache/incubator-weex/pull/3244#issuecomment-661605590


   > # Brief Description of the PR
   > # Checklist
   > * Demo:
   > * Documentation:
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] WJustin opened a new pull request #3244: [iOS]fix: the sticky header in waterfall stays at the bottom when scroll down

2020-07-20 Thread GitBox


WJustin opened a new pull request #3244:
URL: https://github.com/apache/incubator-weex/pull/3244


   
   
   
   
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot commented on pull request #3244: [iOS]fix: the sticky header in waterfall stays at the bottom when scroll down

2020-07-20 Thread GitBox


weex-bot commented on pull request #3244:
URL: https://github.com/apache/incubator-weex/pull/3244#issuecomment-661592386


   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 Code file 
ios/sdk/WeexSDK/Sources/Component/Recycler/WXMultiColumnLayout.m has cn source 
code.
   
 
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
 :warning:
 If you update the code, maybe you should update the documentation 
and add the documentation link in the PR description. 
   here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
abd25ba3e57a34d734664a4e7cc1eb18043c84a5
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] cnryb merged pull request #586: Update list.md

2020-07-16 Thread GitBox


cnryb merged pull request #586:
URL: https://github.com/apache/incubator-weex-site/pull/586


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 closed issue #500: web端渲染时提示TypeError: _vm._px2rem is not a function 但是native端可以正常渲染

2020-07-15 Thread GitBox


tw93 closed issue #500:
URL: https://github.com/apache/incubator-weex-ui/issues/500


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 commented on issue #500: web端渲染时提示TypeError: _vm._px2rem is not a function 但是native端可以正常渲染

2020-07-15 Thread GitBox


tw93 commented on issue #500:
URL: 
https://github.com/apache/incubator-weex-ui/issues/500#issuecomment-658629037


   没有回复,暂时关闭,此问题应该是和toolkit的版本以及 weex-vue-render 版本 打包相关的东西有关系



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 commented on issue #494: wxc-searchbar的bar-style要怎么设置

2020-07-15 Thread GitBox


tw93 commented on issue #494:
URL: 
https://github.com/apache/incubator-weex-ui/issues/494#issuecomment-658628631


   
参考一下这个,https://github.com/apache/incubator-weex-ui/blob/master/example/ep-slider/index.vue#L29
   
https://github.com/apache/incubator-weex-ui/blob/master/example/ep-slider/index.vue#L162
   一样的写法



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 closed issue #494: wxc-searchbar的bar-style要怎么设置

2020-07-15 Thread GitBox


tw93 closed issue #494:
URL: https://github.com/apache/incubator-weex-ui/issues/494


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 closed issue #495: 引入uniapp内的nvue出现页面超级大

2020-07-15 Thread GitBox


tw93 closed issue #495:
URL: https://github.com/apache/incubator-weex-ui/issues/495


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] cnryb merged pull request #501: [!] English documentation improvement

2020-07-14 Thread GitBox


cnryb merged pull request #501:
URL: https://github.com/apache/incubator-weex-ui/pull/501


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] tw93 commented on pull request #501: [!] English documentation improvement

2020-07-14 Thread GitBox


tw93 commented on pull request #501:
URL: https://github.com/apache/incubator-weex-ui/pull/501#issuecomment-658148586


   LGTM



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] kang558 commented on a change in pull request #586: Update list.md

2020-07-14 Thread GitBox


kang558 commented on a change in pull request #586:
URL: 
https://github.com/apache/incubator-weex-site/pull/586#discussion_r454284353



##
File path: docs/zh/docs/components/list.md
##
@@ -89,7 +89,35 @@
 
 ## 事件
 * `loadmore` 事件  
-  如果列表滚动到底部将会立即触发这个事件,你可以在这个事件的处理函数中加载下一页的列表项。 
如果未触发,请检查是否设置了loadmoreoffset的值,建议此值设置大于0
+  如果列表滚动到底部将会立即触发这个事件,你可以在这个事件的处理函数中加载下一页的列表项。 
如果未触发,请检查是否设置了loadmoreoffset的值,建议此值设置大于0 
+  
+`如何重置`

Review comment:
   改好了,这样比较清晰





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] cnryb commented on a change in pull request #586: Update list.md

2020-07-14 Thread GitBox


cnryb commented on a change in pull request #586:
URL: 
https://github.com/apache/incubator-weex-site/pull/586#discussion_r454267964



##
File path: docs/zh/docs/components/list.md
##
@@ -89,7 +89,35 @@
 
 ## 事件
 * `loadmore` 事件  
-  如果列表滚动到底部将会立即触发这个事件,你可以在这个事件的处理函数中加载下一页的列表项。 
如果未触发,请检查是否设置了loadmoreoffset的值,建议此值设置大于0
+  如果列表滚动到底部将会立即触发这个事件,你可以在这个事件的处理函数中加载下一页的列表项。 
如果未触发,请检查是否设置了loadmoreoffset的值,建议此值设置大于0 
+  
+`如何重置`

Review comment:
   你误会刚刚的留言了。 
   你看上一句说了  `如果未触发,x` , 你刚刚又写了一遍, `如果未触发,x` 。
   我意思是你把这两句合起来。





This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] cnryb commented on pull request #586: Update list.md

2020-07-14 Thread GitBox


cnryb commented on pull request #586:
URL: 
https://github.com/apache/incubator-weex-site/pull/586#issuecomment-658070665


   请结合上文,稍作修改。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] kang558 opened a new pull request #586: Update list.md

2020-07-14 Thread GitBox


kang558 opened a new pull request #586:
URL: https://github.com/apache/incubator-weex-site/pull/586


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3240: picker.pickDate 在ios上不显示了怎么办?在线等!

2020-07-13 Thread GitBox


cnryb commented on issue #3240:
URL: https://github.com/apache/incubator-weex/issues/3240#issuecomment-657940896


   复现步骤列一下。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] hefuweill commented on issue #3134: [Android] 0.28.0 [WXBridgeManager] invokeInitFramework ExecuteJavaScript fail

2020-07-13 Thread GitBox


hefuweill commented on issue #3134:
URL: https://github.com/apache/incubator-weex/issues/3134#issuecomment-657536309


   一样的问题,浪费了很多时间。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] arifiq commented on issue #602: Error: Command failed: call gradlew.bat clean assembleDebug

2020-07-12 Thread GitBox


arifiq commented on issue #602:
URL: 
https://github.com/apache/incubator-weex-cli/issues/602#issuecomment-657385590


   
   
   
   Error: Command failed: call gradlew.bat clean assembleDebug
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Could not determine java version from '14.0.1'.
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output.
   
   at ChildProcess.exithandler (child_process.js:289:12)
   at ChildProcess.emit (events.js:182:13)
   at maybeClose (internal/child_process.js:962:16)
   
   How can we resolve this , it is not working in windows 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] fengwuxp commented on issue #3243: Weex项目如何支持TypeScript?

2020-07-12 Thread GitBox


fengwuxp commented on issue #3243:
URL: https://github.com/apache/incubator-weex/issues/3243#issuecomment-657337628


   
[可以参考一下我原来写的一个模板](https://github.com/fengwuxp/wuxp_common_ts_module/tree/master/templates/oak-weex-templatel)
   
[打包配置](https://github.com/fengwuxp/wuxp_common_ts_module/tree/master/packages/common_webpack/4.x/src/weex)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-ui] joyhchen opened a new pull request #501: [!] English documentation improvement

2020-07-10 Thread GitBox


joyhchen opened a new pull request #501:
URL: https://github.com/apache/incubator-weex-ui/pull/501


   - fix FAQ link
   - fix some typos
   - change 顿号 to comma in English docs



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 opened a new issue #3243: Weex项目如何支持TypeScript?

2020-07-10 Thread GitBox


chenzefeng09 opened a new issue #3243:
URL: https://github.com/apache/incubator-weex/issues/3243


   我看现在用weex-cli创建项目都没有配置typescript的选型,是否有示例工程可以参考呢?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot removed a comment on pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


weex-bot removed a comment on pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242#issuecomment-656068817


   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Calling new methods on older 
versions
 
 
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   
   
   This check scans through all the Android API calls in the application and 
warns about any calls that are not available on all versions targeted by 
this application (according to its minimum SDK attribute in the manifest).
   
   If you really want to use this API and don't need to support older devices 
just set the minSdkVersion in your build.gradle or 
AndroidManifest.xml files.
   
   If your code is deliberately accessing newer APIs, and you have 
ensured (e.g. with conditional execution) that this code will only ever be 
called on a supported platform, then you can annotate your class or method with 
the @TargetApi annotation specifying the local minimum SDK to 
apply, such as @TargetApi(11), such that this check considers 11 
rather than your manifest file's minimum SDK as the required API level.
   
   If you are deliberately setting android: attributes in style 
definitions, make sure you place this in a values-vNN 
folder in order to avoid running into runtime conflicts on certain devices 
where manufacturers have added custom attributes whose ids conflict with the 
new ones on later platforms.
   
   Similarly, you can use tools:targetApi="11" in an XML file to indicate that 
the element will only be inflated in an adequate context.Note: This issue 
has an associated quickfix operation in Android Studio and IntelliJ IDEA.
   To suppress this error, use the issue id "NewApi" as explained in the Suppressing Warnings and Errors section.
   
   
   
   
   
   NewApi
   
   
   Correctness
   
   
   Error
   
   
   Priority 6/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Calling new methods on older 
versions
 
 
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   
   
   This check scans through all the Android API calls in the application and 
warns about any calls that are not available on all versions targeted by 
this application (according to its minimum SDK attribute in the manifest).
   
   If you really want to use this API and don't need to support older devices 
just set the minSdkVersion in your build.gradle or 
AndroidManifest.xml files.
   
   If your code is deliberately accessing newer APIs, and you have 
ensured (e.g. with conditional execution) 

[GitHub] [incubator-weex] weex-bot edited a comment on pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


weex-bot edited a comment on pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242#issuecomment-656066837


   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
381fd88d0ce82ce4c4747e804172f5ba57ad9da5
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 closed pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


chenzefeng09 closed pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] weex-bot commented on pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


weex-bot commented on pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242#issuecomment-656068817


   
   
   
   
 
   
 
 Fails
   
 
 
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Calling new methods on older 
versions
 
 
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   
   
   This check scans through all the Android API calls in the application and 
warns about any calls that are not available on all versions targeted by 
this application (according to its minimum SDK attribute in the manifest).
   
   If you really want to use this API and don't need to support older devices 
just set the minSdkVersion in your build.gradle or 
AndroidManifest.xml files.
   
   If your code is deliberately accessing newer APIs, and you have 
ensured (e.g. with conditional execution) that this code will only ever be 
called on a supported platform, then you can annotate your class or method with 
the @TargetApi annotation specifying the local minimum SDK to 
apply, such as @TargetApi(11), such that this check considers 11 
rather than your manifest file's minimum SDK as the required API level.
   
   If you are deliberately setting android: attributes in style 
definitions, make sure you place this in a values-vNN 
folder in order to avoid running into runtime conflicts on certain devices 
where manufacturers have added custom attributes whose ids conflict with the 
new ones on later platforms.
   
   Similarly, you can use tools:targetApi="11" in an XML file to indicate that 
the element will only be inflated in an adequate context.Note: This issue 
has an associated quickfix operation in Android Studio and IntelliJ IDEA.
   To suppress this error, use the issue id "NewApi" as explained in the Suppressing Warnings and Errors section.
   
   
   
   
   
   NewApi
   
   
   Correctness
   
   
   Error
   
   
   Priority 6/10
   
   
 
 
   
   Explain
   Dismiss
   
 
 
   
 
   
 :no_entry_sign:
 AndroidLint Result
   
 
   
 :no_entry_sign:
 
   
 
   
 
   Calling new methods on older 
versions
 
 
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   ../../src/main/java/org/apache/weex/ui/component/AbstractEditComponent.java:171:
 Call requires API level 28 (current min is 14): 
android.widget.TextView#setLineHeight
 168   int 
lineHeight = WXStyle.getLineHeight(getStyles(),getViewPortWidth());
 169   if 
(lineHeight != UNSET){
 170 mLineHeight = lineHeight;
 171 
getHostView().setLineHeight(mLineHeight);   
 172   }
 173 
 174   if 
(fontSize != UNSET)
   
   
   
   
   This check scans through all the Android API calls in the application and 
warns about any calls that are not available on all versions targeted by 
this application (according to its minimum SDK attribute in the manifest).
   
   If you really want to use this API and don't need to support older devices 
just set the minSdkVersion in your build.gradle or 
AndroidManifest.xml files.
   
   If your code is deliberately accessing newer APIs, and you have 
ensured (e.g. with conditional execution) that thi

[GitHub] [incubator-weex] weex-bot commented on pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


weex-bot commented on pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242#issuecomment-656066837


   
   
   
   
   
 
   
 
 Warnings
   
 
 
 :warning:
 No Changelog changes! - Can you add a Changelog? To do 
so,append your changes to the changelog.md
   
 
   
 :warning:
 Current pr not bind the milestone
   
 
   
 :warning:
 If your PR is about fixing a bug excluding crash the code,you 
should add the demo link in the PR description. Demo link: http://dotwe.org/vue
   
 
   
   
   
   
   
 Generated by :no_entry_sign: https://danger.systems/js";>dangerJS against 
120a867b3dbee0018b486086a6516ad8f7f44da4
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 opened a new pull request #3242: [Android] Textarea supports LineHeight

2020-07-09 Thread GitBox


chenzefeng09 opened a new pull request #3242:
URL: https://github.com/apache/incubator-weex/pull/3242


   #3191 @jianhan-he 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] hechangpeng opened a new issue #3241: [Android]weex process died frequently when js make errors,Why do this designing ? [0.26.0]

2020-07-09 Thread GitBox


hechangpeng opened a new issue #3241:
URL: https://github.com/apache/incubator-weex/issues/3241


   
   
   
   
   
   ## Describe the bug
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] ElegieShaw opened a new issue #3240: picker.pickDate 在ios上不显示了怎么办?在线等!

2020-07-09 Thread GitBox


ElegieShaw opened a new issue #3240:
URL: https://github.com/apache/incubator-weex/issues/3240


   
   
   
   
   
   ## Describe the bug
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 opened a new issue #3239: [Android] input组件高度设置会导致cursor可见性问题

2020-07-09 Thread GitBox


chenzefeng09 opened a new issue #3239:
URL: https://github.com/apache/incubator-weex/issues/3239


   
还有人知道这行代码是为什么吗?https://github.com/apache/incubator-weex/blob/4ea510dca4a416b19be155097f198f681a94a06a/android/sdk/src/main/java/org/apache/weex/ui/view/WXEditText.java#L103
   组件高度小于内容高度,就不让长按选择选择复制内容了?同时cursor也会不显示。
   
   demo:
   http://dotwe.org/vue/240996cdb3e2b8d8e21f9ec56a286b76
   input高度改为45就正常了。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] gdoudeng commented on issue #544: weex build android 命令报错,Packaging a project which is used for preview is meaningless. We are thinking about how to better define this mo

2020-07-08 Thread GitBox


gdoudeng commented on issue #544:
URL: 
https://github.com/apache/incubator-weex-cli/issues/544#issuecomment-655882085


   ???怎么解决



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] hanliuxin5 commented on issue #3238: [Android][iOS]这个没有V-show怎么隐藏组件啊 求一个weex的v-show

2020-07-08 Thread GitBox


hanliuxin5 commented on issue #3238:
URL: https://github.com/apache/incubator-weex/issues/3238#issuecomment-655438157


   @cnryb 对的,目前倒是可以通过控制 `style`  来解决位置的问题



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3232: [iOS]内置的stream module 不支持https的证书认证 weex version is 0.18.0

2020-07-07 Thread GitBox


cnryb commented on issue #3232:
URL: https://github.com/apache/incubator-weex/issues/3232#issuecomment-654841127


   v 0.28 支持么?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3237: How to implement automated testing of weex on Android and iOS platforms

2020-07-07 Thread GitBox


cnryb commented on issue #3237:
URL: https://github.com/apache/incubator-weex/issues/3237#issuecomment-654833191


   How about [appium](http://appium.io/)?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3238: [Android][iOS]这个没有V-show怎么隐藏组件啊 求一个weex的v-show

2020-07-07 Thread GitBox


cnryb commented on issue #3238:
URL: https://github.com/apache/incubator-weex/issues/3238#issuecomment-654831955


   个人意见,在iOS、Android中,组件会被翻译成相应的native组件。隐藏组件后,组件所占位置仍在。所以直接 v-if 会更好点。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] hanliuxin5 commented on issue #3238: [Android][iOS]这个没有V-show怎么隐藏组件啊 求一个weex的v-show

2020-07-07 Thread GitBox


hanliuxin5 commented on issue #3238:
URL: https://github.com/apache/incubator-weex/issues/3238#issuecomment-654758153


   ```

   ```
   第一,用`visibility`来控制
   
   第二,用`opacity`来控制
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] imallb commented on issue #627: weex run android失败

2020-07-06 Thread GitBox


imallb commented on issue #627:
URL: 
https://github.com/apache/incubator-weex-cli/issues/627#issuecomment-654624619


   
为何weex创建的安卓项目https\://services.gradle.org/distributions/gradle-2.14.1-all.zip版本这么低?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] imallb opened a new issue #627: weex run android失败

2020-07-06 Thread GitBox


imallb opened a new issue #627:
URL: https://github.com/apache/incubator-weex-cli/issues/627


   [√] Compile JSBundle done
   ? Select one of the device Pixel_2_API_24 (Simulator)
   [√] Start hotreload server done
   [√] Set native config done
   [√] Copy JS source done
   [√] Watch JS source done
   | Building APP - this may take a few seconds
   Error: Command failed: call gradlew.bat clean assembleDebug
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Could not determine java version from '13.0.1'.
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output.
   
   at ChildProcess.exithandler (child_process.js:295:12)
   at ChildProcess.emit (events.js:210:5)
   at maybeClose (internal/child_process.js:1021:16)
   | Building APP - this may take a few seconds
   
   如何处理
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] cnryb merged pull request #584: Update stream.md

2020-07-03 Thread GitBox


cnryb merged pull request #584:
URL: https://github.com/apache/incubator-weex-site/pull/584


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] KobeBryant824 commented on issue #3220: 什么时候适配Android Q呢

2020-07-02 Thread GitBox


KobeBryant824 commented on issue #3220:
URL: https://github.com/apache/incubator-weex/issues/3220#issuecomment-653064956


   Mark 于2020年7月2日 周四14:12写道:
   
   > failed to create ashmem region: Permission denied
   > 遇到相同的问题,这个应该是没有适配Android10 造成的吗,有没有暂时的代替方案。
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > 
,
   > or unsubscribe
   > 

   > .
   >
   等官方吧
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] wujie1314 opened a new issue #3238: [Android][iOS]

2020-07-02 Thread GitBox


wujie1314 opened a new issue #3238:
URL: https://github.com/apache/incubator-weex/issues/3238


   这个没有V-show怎么隐藏组件啊,用v-if组件会重新渲染,缓存无法留下来啊,vue还有keep-alive,但是weex都用不起



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cuibaoxi commented on issue #3220: 什么时候适配Android Q呢

2020-07-01 Thread GitBox


cuibaoxi commented on issue #3220:
URL: https://github.com/apache/incubator-weex/issues/3220#issuecomment-652805198


   failed to create ashmem region: Permission denied 遇到相同的问题,这个应该是没有适配Android10 
造成的吗,有没有暂时的代替方案。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cuibaoxi removed a comment on issue #3220: 什么时候适配Android Q呢

2020-07-01 Thread GitBox


cuibaoxi removed a comment on issue #3220:
URL: https://github.com/apache/incubator-weex/issues/3220#issuecomment-652804798


   failed to create ashmem region: Permission denied 遇到相同的问题,这个应该是没有适配Android10 
造成的吗,有没有暂时的代替方案。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cuibaoxi commented on issue #3220: 什么时候适配Android Q呢

2020-07-01 Thread GitBox


cuibaoxi commented on issue #3220:
URL: https://github.com/apache/incubator-weex/issues/3220#issuecomment-652804798


   failed to create ashmem region: Permission denied 遇到相同的问题,这个应该是没有适配Android10 
造成的吗,有没有暂时的代替方案。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] xiaoyang678 opened a new issue #3237: How to implement automated testing of weex on Android and iOS platforms

2020-06-30 Thread GitBox


xiaoyang678 opened a new issue #3237:
URL: https://github.com/apache/incubator-weex/issues/3237


   
   
   
   
   
   ## Describe
   How to implement automated testing of weex on Android and iOS platforms
   
   ## To Reproduce
   
   
   ## Environment
   
   
   no
   
   ## Expected behavior
   
   no
   
   ## Screenshots
   
   no
   
   ## Additional context
   
   no



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3201: [Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc

2020-06-30 Thread GitBox


cnryb commented on issue #3201:
URL: https://github.com/apache/incubator-weex/issues/3201#issuecomment-651668120


   PR , please . 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3207: android 0.28版本报错加载js页面白屏

2020-06-30 Thread GitBox


cnryb commented on issue #3207:
URL: https://github.com/apache/incubator-weex/issues/3207#issuecomment-651666731


   请明确一下问题复现步骤。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] cnryb commented on issue #626: weex debug 命令后,调试面板不显示

2020-06-29 Thread GitBox


cnryb commented on issue #626:
URL: 
https://github.com/apache/incubator-weex-cli/issues/626#issuecomment-651488035


   参考这个  #617 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-cli] morrain opened a new issue #626: weex debug 命令后,调试版本不显示

2020-06-29 Thread GitBox


morrain opened a new issue #626:
URL: https://github.com/apache/incubator-weex-cli/issues/626


   Makes sure these boxes are checked befor submitting your issue - thank you!
   
   - [] If you encounter any problems using the tool, please check if there has 
a new version to update(Run `weex update [pluginname]@latest`).
   - [] Check the [FAQ](https://github.com/weexteam/weex-toolkit#faq), make 
sure there have not the same issue.
   
   ## Your development environment
   - Check weex-toolkit verison (Run `weex -v`)
   - @weex-cli/debug : v2.0.0-beta.31
   - @weex-cli/compile : v2.0.0-beta.27
   - @weex-cli/generator : v2.0.0-beta.16
   - @weex-cli/run : v2.0.0-beta.21
   - @weex-cli/device : v2.0.0-beta.2
   - @weex-cli/doctor : v2.0.0-beta.20
   - Detact what's wrong with your environment (Run `weex doctor`)
   - Which platform (Win/Mac/Ubuntu..)
   Mac
   
   ## The key error stack message.
   
   
![v消息20200630-103920](https://user-images.githubusercontent.com/9381634/86077103-f8901980-babd-11ea-8caf-137eb9393acd.jpg)
   
   ## Steps to reproduce the problem.(Maybe a [dotwe](http://dotwe.org/vue) 
link)
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] yejunrong removed a comment on issue #3235: [Android] install app error

2020-06-29 Thread GitBox


yejunrong removed a comment on issue #3235:
URL: https://github.com/apache/incubator-weex/issues/3235#issuecomment-651473068


   ![Uploading 1593480676354_A1013A97-48B8-4EFB-9D57-E6E5B9B0.png…]()
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] yejunrong commented on issue #3235: [Android] install app error

2020-06-29 Thread GitBox


yejunrong commented on issue #3235:
URL: https://github.com/apache/incubator-weex/issues/3235#issuecomment-651473068


   ![Uploading 1593480676354_A1013A97-48B8-4EFB-9D57-E6E5B9B0.png…]()
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] yejunrong removed a comment on issue #3235: [Android] install app error

2020-06-29 Thread GitBox


yejunrong removed a comment on issue #3235:
URL: https://github.com/apache/incubator-weex/issues/3235#issuecomment-651469024


   
   
   ![Uploading image.png…]()
   
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] yejunrong commented on issue #3235: [Android] install app error

2020-06-29 Thread GitBox


yejunrong commented on issue #3235:
URL: https://github.com/apache/incubator-weex/issues/3235#issuecomment-651469024


   
   
   ![Uploading image.png…]()
   
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] yejunrong opened a new issue #3235: [Android] install app error

2020-06-29 Thread GitBox


yejunrong opened a new issue #3235:
URL: https://github.com/apache/incubator-weex/issues/3235


   
   
   
   weex version update 0.26.0 later,install APP error  .  
   Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native 
libraries, res=-113]
   
   devices:huawei M5   SHT-AL09android 9.0



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] wulie88 edited a comment on issue #3219: [iOS][WEEX 0.28.0]- iOS端计算会有误差

2020-06-28 Thread GitBox


wulie88 edited a comment on issue #3219:
URL: https://github.com/apache/incubator-weex/issues/3219#issuecomment-650728478


   
你可以使用原生单位计算,不经过基于750的缩放,使用`wx`代替`px`,我已经实践过,详见文档最后,https://weex.apache.org/zh/guide/advanced/multi-size-screen.html#%E4%BD%BF%E7%94%A8%E5%9C%BA%E6%99%AF



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] wulie88 commented on issue #3219: [iOS][WEEX 0.28.0]- iOS端计算会有误差

2020-06-28 Thread GitBox


wulie88 commented on issue #3219:
URL: https://github.com/apache/incubator-weex/issues/3219#issuecomment-650728478


   
你可以使用`wx`代替`px`,我已经实践过,详见文档最后,https://weex.apache.org/zh/guide/advanced/multi-size-screen.html#%E4%BD%BF%E7%94%A8%E5%9C%BA%E6%99%AF



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 closed issue #3226: 如何在页面间复用公共组件和样式?

2020-06-27 Thread GitBox


chenzefeng09 closed issue #3226:
URL: https://github.com/apache/incubator-weex/issues/3226


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] chenzefeng09 commented on issue #3226: 如何在页面间复用公共组件和样式?

2020-06-27 Thread GitBox


chenzefeng09 commented on issue #3226:
URL: https://github.com/apache/incubator-weex/issues/3226#issuecomment-650679935


   @cnryb 感谢!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] cnryb commented on issue #3226: 如何在页面间复用公共组件和样式?

2020-06-23 Thread GitBox


cnryb commented on issue #3226:
URL: https://github.com/apache/incubator-weex/issues/3226#issuecomment-648579642


   要是我没记错的话,组件编译完也是 js 。 
   也没有哪说 JS Service 里只能放函数呀,你肯定是被示例带歪了。
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] hanliuxin5 commented on issue #3139: [Android] 0.28.0 官方计划什么时候更新JS引擎

2020-06-23 Thread GitBox


hanliuxin5 commented on issue #3139:
URL: https://github.com/apache/incubator-weex/issues/3139#issuecomment-648052427


   @yangshengtao 你别开离线模式啊



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] Stanllley commented on issue #3231: "[Android][0.28.0] error_code: -1001, degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 "

2020-06-22 Thread GitBox


Stanllley commented on issue #3231:
URL: https://github.com/apache/incubator-weex/issues/3231#issuecomment-647912297


   > 同报错啊,onRenderError -1001,degradeToH5|createInstance 
fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 
1求解决方案啊
   
   我加了 android:extractNativeLibs="true" 之后运行正常,不知道能不能解决你的问题。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] FightingForDevelop removed a comment on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==fal

2020-06-22 Thread GitBox


FightingForDevelop removed a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647887893


   > isInitialized
   
   这样写应该会好一点,我试一下,多谢



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] FightingForDevelop commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIni

2020-06-22 Thread GitBox


FightingForDevelop commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647888014


   > 我是在activity页面这样写的
   > 
   > ```
   > private void syncSDKInit(final String RenderPageUrl) {
   > if (!WXSDKEngine.isInitialized()) {
   > mTipView.postDelayed(new Runnable() {
   > @Override
   > public void run() {
   > syncSDKInit(RenderPageUrl);
   > }
   > }, 100);
   > } else {
   > jumpPage(RenderPageUrl);
   > }
   > }
   > ```
   这样写应该会好一点,我试一下,多谢
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] FightingForDevelop commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIni

2020-06-22 Thread GitBox


FightingForDevelop commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647887893


   > isInitialized
   
   这样写应该会好一点,我试一下,多谢



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan edited a comment on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIn

2020-06-22 Thread GitBox


aidy-automan edited a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647877370


   我是在activity页面这样写的
   
   ```
   private void syncSDKInit(final String RenderPageUrl) {
   if (!WXSDKEngine.isInitialized()) {
   mTipView.postDelayed(new Runnable() {
   @Override
   public void run() {
   syncSDKInit(RenderPageUrl);
   }
   }, 100);
   } else {
   jumpPage(RenderPageUrl);
   }
   }
   ```
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan edited a comment on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIn

2020-06-22 Thread GitBox


aidy-automan edited a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647877370


   这样做没问题,我也是在splush页面这样写的
   
   
   
   
   ```
   private void syncSDKInit(final String RenderPageUrl) {
   if (!WXSDKEngine.isInitialized()) {
   mTipView.postDelayed(new Runnable() {
   @Override
   public void run() {
   syncSDKInit(RenderPageUrl);
   }
   }, 100);
   } else {
   jumpPage(RenderPageUrl);
   }
   }
   ```
   
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount

2020-06-22 Thread GitBox


aidy-automan commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647877370


   这样做没问题,我也是在splush页面这样写的



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] FightingForDevelop commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIni

2020-06-22 Thread GitBox


FightingForDevelop commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647877082


   
   ` @Override
   public void onCreate(@Nullable Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   if (mWXSDKInstance != null) {
   mWXSDKInstance.onActivityCreate();
   }
   }
   
   public View onCreateView(LayoutInflater inflater, ViewGroup container, 
Bundle savedInstanceState) {
   loadJsBundle();
   }
   public void loadJsBundle() {
   activityContext = getActivityContext();
   showLoading();
   if (mWXSDKInstance != null) {
   mWXSDKInstance.registerRenderListener(null);
   mWXSDKInstance.destroy();
   mWXSDKInstance = null;
   }
   mWXSDKInstance = new WXSDKInstance(activityContext);
   mWXSDKInstance.registerRenderListener(this);
   }`
   现在是这样处理的,我在IWXRenderListener的onException检测到异常会再次调用loadJsBundle()知道页面展示出来



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan edited a comment on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIn

2020-06-22 Thread GitBox


aidy-automan edited a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647872385


   你现在还是白屏吗?weex应该都是我们自己人在用吧!
   白屏我遇到过很多问题,主要还是代码有问题,所以还是直接吧完整的代码贴出来,好一点



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount

2020-06-22 Thread GitBox


aidy-automan commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647872385


   你现在还是白屏吗?weex应该都是我们自己人在用吧



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] FightingForDevelop commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIni

2020-06-22 Thread GitBox


FightingForDevelop commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647871949


   > ni shi chinese?直接用中文
   
   And you?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan commented on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount

2020-06-22 Thread GitBox


aidy-automan commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647847501


   ni shi chinese?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] aidy-automan edited a comment on issue #3113: [Android]White Screen onRenderError -1001,degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reIn

2020-06-22 Thread GitBox


aidy-automan edited a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647847501


   ni shi chinese?直接用中文



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] YongshengLuan commented on issue #3231: "[Android][0.28.0] error_code: -1001, degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount ==

2020-06-22 Thread GitBox


YongshengLuan commented on issue #3231:
URL: https://github.com/apache/incubator-weex/issues/3231#issuecomment-647375164


   同报错啊,onRenderError -1001,degradeToH5|createInstance 
fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 
1求解决方案啊



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] YongshengLuan commented on issue #3139: [Android] 0.28.0 官方计划什么时候更新JS引擎

2020-06-22 Thread GitBox


YongshengLuan commented on issue #3139:
URL: https://github.com/apache/incubator-weex/issues/3139#issuecomment-647339907


   Android Studio 添加引擎报错啊
   
   > @lgygg 你的网络似乎有问题把。
   > 如果还是不行的话,联系我给你发一份编译好的引擎
   
   我这里也报错:No cached resource 
'https://raw.githubusercontent.com/apache/incubator-weex/release/0.28/android/sdk/buildSrc/download_jsc.gradle'
 available for offline mode.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] crobotvip opened a new issue #3234: [Android] Stream module not support DELETE and PUT,send body params

2020-06-22 Thread GitBox


crobotvip opened a new issue #3234:
URL: https://github.com/apache/incubator-weex/issues/3234


   
   ## Describe the bug
   Stream module not support DELETE and PUT,send body params
   
   ## To Reproduce
   function no work
   
   ## Environment
   
   
   ## Expected behavior
   support DELETE and PUT method send params like ios sdk
   
   ## Screenshots
   
   
   ## Additional context
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] swieer commented on issue #3197: [iOS][Dev-tool] version: 0.28.0 [NSURLResponse statusCode]: unrecognized selector sent to instance 0x283513b20'

2020-06-21 Thread GitBox


swieer commented on issue #3197:
URL: https://github.com/apache/incubator-weex/issues/3197#issuecomment-647239464


   same problem.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] punkisnotdead3 opened a new issue #3233: [Android]多个input

2020-06-20 Thread GitBox


punkisnotdead3 opened a new issue #3233:
URL: https://github.com/apache/incubator-weex/issues/3233


   
   
   
   
   
   ## Describe the bug
   
   
   ## To Reproduce
   
   
   ## Environment
   
   
   ## Expected behavior
   
   
   ## Screenshots
   
   
   ## Additional context
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] fjcondy opened a new issue #3232: [iOS]内置的stream module 不支持https的证书认证 weex version is 0.18.0

2020-06-20 Thread GitBox


fjcondy opened a new issue #3232:
URL: https://github.com/apache/incubator-weex/issues/3232


   看了weex的源代码WXResourceRequestHandlerDefaultImpl.m 不支持https的证书认证。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] Stanllley opened a new issue #3231: "[Android][0.28.0] error_code: -1001, degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 "

2020-06-19 Thread GitBox


Stanllley opened a new issue #3231:
URL: https://github.com/apache/incubator-weex/issues/3231


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex] Ryan-Shz opened a new issue #3230: 扩展WXModule时无法使用方法重载

2020-06-19 Thread GitBox


Ryan-Shz opened a new issue #3230:
URL: https://github.com/apache/incubator-weex/issues/3230


   Weex Android SDK 0.28.0版本
   --
   一个扩展模块中如果有多个标记了@JSMethod的重载方法,只有最后一个会生效。
   
   我看下源码实现,貌似反射时会使用方法名为Key,导致无法支持重载,这里使用方法签名是否会更好一些?
   
![image](https://user-images.githubusercontent.com/12422273/85120146-697d3900-b255-11ea-9d84-96774b738224.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [incubator-weex-site] cnryb opened a new pull request #584: Update stream.md

2020-06-19 Thread GitBox


cnryb opened a new pull request #584:
URL: https://github.com/apache/incubator-weex-site/pull/584


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




  1   2   3   4   5   6   7   8   9   10   >