[jira] [Commented] (WEEX-332) framework.js uninitialized

2018-07-02 Thread lijianchang (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16530791#comment-16530791
 ] 

lijianchang commented on WEEX-332:
--

I had solve this problem. 

if your app is support armeabi-v7, first you compile the lastest sdk(now is 
0.18.0), build your apk, and upzip your apk, you can find that your armeabi 
package was added four file which name is about weex, these files is : 
libweexjsb.so,  libweexjsc.so,  libweexjss.so,  libweexjst.so. 

last step, you copy these four files into your armeabi-v7 package, and rebuild 
your app, it's work!

> framework.js uninitialized
> --
>
> Key: WEEX-332
> URL: https://issues.apache.org/jira/browse/WEEX-332
> Project: Weex
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 0.18
>Reporter: fudongrong
>Assignee: codefurture
>Priority: Major
>
> my app's build gradle's ndk is:
>  
> ndk {
>abiFilters "armeabi-v7a", "x86", "armeabi", "mips"
> } 
> and we use weex sdk 0.18.0,but it was not use,it seems like framework.js 
> uninitialized,
> the error log is
> {color:#d04437}[WXinvokeRegisterModulesBridgeManager] invokeRegisterModules: 
> framework.js uninitialized.
> [WXBridgeManager] invokeRegisterComponents: framework.js uninitialized.{color}
> what should i do? very critical



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-397) Support to build js framework files in build_from_source.sh

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16530723#comment-16530723
 ] 

ASF GitHub Bot commented on WEEX-397:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1199


> Support to build js framework files in build_from_source.sh
> ---
>
> Key: WEEX-397
> URL: https://issues.apache.org/jira/browse/WEEX-397
> Project: Weex
>  Issue Type: Improvement
>  Components: JSFM
>Reporter: Hanks Zhang
>Assignee: Hanks Zhang
>Priority: Minor
>
> Now, run the "scripts/build_from_source.sh" script will not generate js 
> frameworks correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-479) Expect to not hide the navigation bar when opening weex debug

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16530718#comment-16530718
 ] 

ASF GitHub Bot commented on WEEX-479:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1291


> Expect to not hide the navigation bar when opening weex debug
> -
>
> Key: WEEX-479
> URL: https://issues.apache.org/jira/browse/WEEX-479
> Project: Weex
>  Issue Type: Bug
>Reporter: erha19
>Assignee: erha19
>Priority: Major
>
> I found that the [weex 
> bundle|https://github.com/Hanks10100/weex-vue-examples/blob/master/src/pages/landing/Landing.js#L7]
>  has used `titlebar` module to hiding the title bar, but while the next page 
> needs the title bar, it's ok when you are not open the weex debug switch, 
> when you open it, it will always be hiding because of the `titlebar` module 
> used on the `landing` page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-332) framework.js uninitialized

2018-07-02 Thread Toooooom_liu (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529806#comment-16529806
 ] 

Toom_liu commented on WEEX-332:
---

I have the same issue.

And I have add the config 

ndk {
     abiFilters "armeabi"
}

to the gradle.

 

My test phone is Nexus 5 and Android 5.1.1

 

 

 

> framework.js uninitialized
> --
>
> Key: WEEX-332
> URL: https://issues.apache.org/jira/browse/WEEX-332
> Project: Weex
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 0.18
>Reporter: fudongrong
>Assignee: codefurture
>Priority: Major
>
> my app's build gradle's ndk is:
>  
> ndk {
>abiFilters "armeabi-v7a", "x86", "armeabi", "mips"
> } 
> and we use weex sdk 0.18.0,but it was not use,it seems like framework.js 
> uninitialized,
> the error log is
> {color:#d04437}[WXinvokeRegisterModulesBridgeManager] invokeRegisterModules: 
> framework.js uninitialized.
> [WXBridgeManager] invokeRegisterComponents: framework.js uninitialized.{color}
> what should i do? very critical



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-weex-site pull request #171: Update dom.md for iconfont notificati...

2018-07-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex-site/pull/171


---


[GitHub] incubator-weex-site pull request #170: Update dom.md with iconfont notificat...

2018-07-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex-site/pull/170


---


[GitHub] incubator-weex-site pull request #171: Update dom.md for iconfont notificati...

2018-07-02 Thread wqyfavor
GitHub user wqyfavor opened a pull request:

https://github.com/apache/incubator-weex-site/pull/171

Update dom.md for iconfont notification



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wqyfavor/incubator-weex-site patch-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex-site/pull/171.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #171


commit 672ef3b068c3f7b169a87161c5c9001782049db7
Author: wqyfavor 
Date:   2018-07-02T11:20:51Z

Update dom.md




---


[GitHub] incubator-weex-site pull request #170: Update dom.md with iconfont notificat...

2018-07-02 Thread wqyfavor
GitHub user wqyfavor opened a pull request:

https://github.com/apache/incubator-weex-site/pull/170

Update dom.md with iconfont notification.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wqyfavor/incubator-weex-site patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex-site/pull/170.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #170


commit 1170d287ec0bf1327ddcfa8f6777fd6902a0adcd
Author: wqyfavor 
Date:   2018-07-02T11:15:34Z

Update dom.md




---


[jira] [Commented] (WEEX-449) Iconfont character may randomly display as '?'

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529654#comment-16529654
 ] 

ASF GitHub Bot commented on WEEX-449:
-

Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/1306
  






  

  
  Messages

  
  
  :book:
  has no jsfm file changed.

  

  :book:
  jsfm test finished.

  




  Generated by :no_entry_sign: http://github.com/danger/danger-js/;>dangerJS




> Iconfont character may randomly display as '?'
> --
>
> Key: WEEX-449
> URL: https://issues.apache.org/jira/browse/WEEX-449
> Project: Weex
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 0.12
>Reporter: Wang Qianyuan
>Assignee: xingZhang
>Priority: Major
> Attachments: 图片.png
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-449) Iconfont character may randomly display as '?'

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529650#comment-16529650
 ] 

ASF GitHub Bot commented on WEEX-449:
-

GitHub user wqyfavor opened a pull request:

https://github.com/apache/incubator-weex/pull/1306

[WEEX-449][iOS] Fix issue that iconfont may randomly display as '?'.

First of all, thank you for your contribution! 

Please makes sure that these checkboxes are checked before submitting your 
PR, thank you!



CheckList:

**if** *isBugFix* **:**

  * [ ] Make sure that you add at least one unit test for the bug which you 
had fixed.

**elif** *isNewFeature* **:**

  * [ ] Update API docs for the component.
  * [ ] Update/Add demo to demonstrate new feature.
  * [ ] Update test scripts for the feature.
  * [ ] Add unit tests for the feature.






You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wqyfavor/incubator-weex fix-iconfont-switch

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/1306.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1306


commit 5f4e35cde37a7af8e33748f546aaf9b1fd51f4be
Author: 神漠 
Date:   2018-07-02T10:01:09Z

[WEEX-449][iOS] Fix issue that iconfont may randomly display as '?'.




> Iconfont character may randomly display as '?'
> --
>
> Key: WEEX-449
> URL: https://issues.apache.org/jira/browse/WEEX-449
> Project: Weex
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 0.12
>Reporter: Wang Qianyuan
>Assignee: xingZhang
>Priority: Major
> Attachments: 图片.png
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-449) Iconfont character may randomly display as '?'

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529646#comment-16529646
 ] 

ASF GitHub Bot commented on WEEX-449:
-

Github user wqyfavor commented on the issue:

https://github.com/apache/incubator-weex/pull/1256
  
ignored


> Iconfont character may randomly display as '?'
> --
>
> Key: WEEX-449
> URL: https://issues.apache.org/jira/browse/WEEX-449
> Project: Weex
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 0.12
>Reporter: Wang Qianyuan
>Assignee: xingZhang
>Priority: Major
> Attachments: 图片.png
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-449) Iconfont character may randomly display as '?'

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529645#comment-16529645
 ] 

ASF GitHub Bot commented on WEEX-449:
-

Github user wqyfavor closed the pull request at:

https://github.com/apache/incubator-weex/pull/1256


> Iconfont character may randomly display as '?'
> --
>
> Key: WEEX-449
> URL: https://issues.apache.org/jira/browse/WEEX-449
> Project: Weex
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 0.12
>Reporter: Wang Qianyuan
>Assignee: xingZhang
>Priority: Major
> Attachments: 图片.png
>
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-489) Resource may load failed when put Weex into iOS Dynamic Framework

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529624#comment-16529624
 ] 

ASF GitHub Bot commented on WEEX-489:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1305


> Resource may load failed when put Weex into iOS Dynamic Framework
> -
>
> Key: WEEX-489
> URL: https://issues.apache.org/jira/browse/WEEX-489
> Project: Weex
>  Issue Type: Improvement
>Reporter: Xiaomin Cai
>Assignee: Adam Feng
>Priority: Minor
>
> It will not occur in normal usage, but in some cases, we need to have a 
> fallback solution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-489) Resource may load failed when put Weex into iOS Dynamic Framework

2018-07-02 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WEEX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529487#comment-16529487
 ] 

ASF GitHub Bot commented on WEEX-489:
-

Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/1305
  





  

  
  Warnings

  
  
  :warning:
  No Changelog changes!

  




  

  
  Messages

  
  
  :book:
  danger test finished.

  




  Generated by :no_entry_sign: http://github.com/danger/danger-js/;>dangerJS




> Resource may load failed when put Weex into iOS Dynamic Framework
> -
>
> Key: WEEX-489
> URL: https://issues.apache.org/jira/browse/WEEX-489
> Project: Weex
>  Issue Type: Improvement
>Reporter: Xiaomin Cai
>Assignee: Adam Feng
>Priority: Minor
>
> It will not occur in normal usage, but in some cases, we need to have a 
> fallback solution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (WEEX-489) Resource may load failed when put Weex into iOS Dynamic Framework

2018-07-02 Thread Xiaomin Cai (JIRA)
Xiaomin Cai created WEEX-489:


 Summary: Resource may load failed when put Weex into iOS Dynamic 
Framework
 Key: WEEX-489
 URL: https://issues.apache.org/jira/browse/WEEX-489
 Project: Weex
  Issue Type: Improvement
Reporter: Xiaomin Cai
Assignee: Adam Feng


It will not occur in normal usage, but in some cases, we need to have a 
fallback solution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)