Github user myeveryheart commented on the issue:

    https://github.com/apache/incubator-weex/pull/844
  
    @gubaojian Sorry, dotwe.org don't support entry.js. But you can try this 
like doc
    `
    // entry.js
    import App from './app.vue'
    const meta = weex.requireModule('meta')
    // 配置 viewport 的宽度为 640px
    meta.setViewport({width: 640})
    App.el = '#root'  
    new Vue(App)
    `
    After that, you can see that width sometimes doesn't work.
    By the way, it was known that we should set UI on main thread, which ASYN 
doesn't.


---

Reply via email to