topic description how to implement recording by weex sources of topics and their own ideas to make an app that allows users to record their conversations and upload related codes Please paste the code text below (do not replace the cod...
there was an error initializing the project after installing weex, according to the documentation. How to solve this problem weex create awesome-app node-pre-gyp ERR! Tried to download(404): https: fsevents-binaries.s3-us-west-2.amazonaws.com v1.1.3 f...
weex renders the list through v-for loop. And binding ref, is normal on weex-playground. However, an error was reported on the xcode simulator, and no was found. the environmental background of the problems and what methods you have tried related...
After the weex debug command, jump out of Google browser, and then you app, will choose Debugger Inspector in applist after I choose debugger,. At this time, my mobile phone screen originally displayed the page content, but it went blank. Then I went to ...
problem description there is a problem with height calculation on ios using weex-ui s tab-bar,. It is true that the calculation method without navigation bar is used. Both navigation bar and navigation bar have been tried, but it is useless . ...
question **weexvue-router build xcodeAPP,** browser opens weex run ios could you tell me how to solve this problem? ...
how does the weex slider component set up full-screen scrolling up and down? Or is there any plug-in in weex that scrolls up and down the whole screen? ...
when weex does not use vue-router as a route, each vue file is packaged into a separate js Bundle, because multiple js bundle cannot be run on android studio, so how to package the vue file into only one js bundle ...
has anyone ever used firebase in weex? At present, there is no problem with web environmental testing, but as long as it comes to the native side, it is a blank. js error: like this after using playground WeexDemo <Weex>[exception]bundleJSType:V...
customizes a component in iOS and provides a method, but prompts funcation undefined . when vue is called. iOS [WXSDKEngine registerComponent:@"rich-image" withClass:[KSWXImgComponent class]]; KSWXImgComponent.m WX_EXPORT_METHOD(@sele...
premise: due to the rich product information, ui is roughly divided into two types, so in the .vue file, a large number of v-if are used to control the display of the layout. (it is basically 2 chunks, and each time one of them is displayed, the element...
problem description create the project using weex, and then modify the page. The page consists of three div. npm start displays the content in the browser, but displays blank space on the iOS simulator and real machine . the environmental backgroun...
problem description height can be set under iOS, but not under Android. Are there any children s shoes that encounter the same problem? is there a solution related codes <mask style={{ height: 20, position: absolute ,backgroundColor: rgba(...
the style of the page routed by weex using the vue-router programmer does not compile to an inline style, which leads to a style error. Normally, it should be compiled to an inline style. ...
error when running weex run ios: 18:01:52 : pod update 18:01:52 : Hot Reload socket: ws: 136.187.82.187:8080 bin sh: pod: command not found 18:01:52 : Command run error, please check if there has the same issue here: https: github.com weexteam weex-...
Today, when I was developing Weex, I found a problem. I wonder if it is unique to me. if a parent class ( row-wrapper ) css has this attribute: flex-direction: row; causes the input tag element width of other subclasses to be zero all the time. ...
weex demo input preview input you can enter have any brothers and sisters encountered the same problem? it s killing me! ~ if you have any trouble to know the reason, thank you. ~ ...
personal development APP. now The performance made by using vue+hbuilder package feels a bit low. There are fewer interfaces supported natively . I would like to learn the three frameworks mentioned in the title. I don t know which development will be...
problem description using the official demo, to report an error directly, is img the same as undefined,ios? How do everyone use < recycle-list > component the environmental background of the problems and what methods you have tried sdk:0.18.0 re...
after two days of twists and turns, it is still not done. Please take a look at it for everyone. src entry.js import Vue from vue ; import weex from weex-vue-render ; weex.init(Vue); src index.vue <script> import App from . App.v...
app.use (express.static (path.join (_ _ dirname, public ); ), how can I get the address of the static resource file root directory after setting the static address? There is no need to consider the specific file address, for example, in the public ne...
<li :class= "isnewList()? active : " v-for="(list, index) in shoppinglists" :key="list.id" role="presentation"> methods: { test(){ this.$forceUpdate(); } addnewListnewListactive class lis...
let data = [ [ xx , xxl ], [11, 12] [ , ] ] **data data1** let data1 = [ [ xx , 11 ], [ xxl , 11 ], [ xxl , 12 ], [ xx , 12 ], ]...
see the method on the Internet but don t quite understand what it means. Please explain $(document) .ready (function () { if(location.hash) { $( a[href= + location.hash + ] ).tab( show ); } $(document.body).on("click", "a[da...
there is a function to download files. Can you do it in Mini Program? ...