weex project in a .temp folder, which contains .vue compiled into .js files, how is this .temp folder generated, can you configure the name of this folder? Screenshot: ...
problem description at present, I have made an app, by using the combination of Kotlin and Weex. I want to get all the printers in the local area network and call the printer. Is there any way.. the environmental background of the problems and what ...
after Weex customizes the drop-down refresh and loads more frames in Android, he wants to add sublayouts to Vue, but never shows them. ask the great gods for advice. Note: already registered using the following: WXSDKEngine.registerComponent ( "hoge...
first of all, the directory structure is as follows index.vue helloworld.vue weex router.js weex router.js Go To A what is the reason for this? For an answer. Thank you. ...
does anyone know how weex uses chart charts ...
the environmental background of the problems and what methods you have tried before using socket.binaryType = "arraybuffer ", or socket in the native environment of each client supports the transfer of binary data such as protobuf is no problem....
look at the source code of Vue and see how the weex platform is built. Vue is encapsulated and enhanced in Vue src platforms weex entry-framework.js. Then three methods are derived: 1.createInstanceContext 2.destroyInstance 3.refreshInstance it is ob...
<template> <div class="index" id="page" bubble="true"> <div class="btns" @click="change"> <div class="button" id="btn1" :class="[Activebtn === 1? ...
is developed using vue + weex the code is as follows: recommend.vue <template> <list show-scrollbar="true" @loadmore="onloadmore" loadmoreoffset="20" class="myscroller"> <cell v-for = &quo...
Click to jump to the details page. You need to pass parameters and how to pass and obtain . ...
input, using weex wants to draw the underline as shown in the figure. At first, set the border attribute for input, which can be previewed by web, but it is not displayed on mobile phone. It is found that input does not support border attribute. Is ther...
problem description as shown in the above three pictures, the first picture is the effect of [not yet refreshed], that is, the initial interface; the second picture is the "normal Refresh " effect. The white area is displayed as the finger i...
iOS12 will be officially released in September, and all App are actively adapting. You need to use Xcode12, to develop iOS12. Xcode12, has removed the library stdcPP in this version of Xcode, and it is recommended to use libcPP instead. When referencing ...
problem description input component cannot eject a third-party keyboard under iOS the environmental background of the problems and what methods you have tried input focus, when typing text, can only switch the automatic keyboard of the system, can...
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. ...
A new weex project has been opened, and the packaged js files can run normally on iOS9 1011, but cannot be accessed on iOS8. Report the following error <Weex>[error]WXMonitor.m:250, [WX_KEY_EXCEPTION_WXBRIDGE] [undefined:2611:6722] TypeError: Att...
due to business needs, I want to request (stream) through the network in the vue code of native weex to read a picture and display it on the page. I am listening to the return of the request, and the picture has been returned normally. Please tell me, h...
the problem has been resolved use : class= "[ message-box ] " array instead Thank you @ Distance for reminding me, but his method doesn t work either, because my className is written in < style > , not a style object . problem description u...
$weex create test-project This command need to install weexpack. Installing. npm err! Unexpected end of JSON input while parsing near .7-beta.9 ", " dependenci " npm err! A complete log of this run can be found in: npm err! Users dengxh .npm...
to integrate WeChat Pay, you need to inject a javascript script into webview. Is there any way to expose wxwebcomponent? ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible&qu...
my code looks like this. The height of the body element is greater than the height of the iframe element. The container of the parent package cannot be scrolled (body) while the finger is sliding over the iframe area while on the ios. There is no proble...
demand: pie chart showing some data in the row during mouse hover question 1. Each time the mouse hovers, it takes the pie chart data of the current row and passes it to the sub-component, but why does the sub-component print the data 5 times question...
var vm = new Vue({ el: -sharpexample , data: { message: 123 } }) vm.message = new message console.log(vm.$el.textContent) Vue.nextTick(function () { console.log(vm.$el.textContent) }) read some Vue.nextTick instru...
call the module implemented by C in python to pass parameters between python and C as needed, but the number of parameters is uncertain and can be changed. May I ask how to achieve it? all the interfaces you see now have to determine the number of par...