when Android s weex project is scanned and packaged on the phone with playground, the software will automatically get the focus of the first input box and pop up the soft keyboard after entering the background for the first time and then reopening it. ...
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 ...
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...
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. ...
<template> <div class="index" id="page" bubble="true"> <div class="btns" @click="change"> <div class="button" id="btn1" :class="[Activebtn === 1? ...
ios and android are both the latest weex playground used. However, the attributes configured through v-bind in the cell-slot sub-components of the ios side do not take effect, and the android is normal. Code link: http: dotwe.org vue 31325563. ...
just came into contact with weex, and tried some weex tags. When using the < list > tag, the data can be displayed on the browser, but not on weexplayground. I try to replace it with , and the data can be displayed correctly on both platforms. In additio...
after creating a project using weex create , run npm start , weex debug , and then the effect is as follows: weex playground debug "devtool " Why is this? ? ...
< H2 > demand < H2 > now to do a device input app, has a function is to scan the QR code or bar code label on the device. Then read the contents of the code for the next step. wanted to do it in weex, but found a circle of plug-ins that didn t seem...
...
execute weex debug to open the chrome debugging page, but the error on this page causes the debugging code not to open ...
using vuex, in weex will report that Cannot read property dispatch of undefined, the same code works well under web. Please tell me where you wrote it wrong entrt.js import Vue from vue ; import weex from weex-vue-render ; import Vuex from ...