-
Image loading problem of weex in android studio
1. Pages on the Android simulator cannot be scanned 2. Error loading pictures and small icons on Android simulator 3. The navigation bar cannot be displayed
Everything that comes out of npm start can be displayed
weex run android
I just got in...
-
Weex package component
customized a Header component
web
AndroidAndroid studio
is there anything that the great god knows? would like to give some guidance.
...
-
Are there any icons for cameras, messages and videos in weexUI? I can't find them.
like the icon on the picture, I can t find it for a long time ...
-
What is the computed difference of Vue/weex?
weex scenario requires that the parent layout pass not pass the fields in the computed to the child layout. weex is bound through computed. When a field is passed in the parent layout, computed triggers the set, child layout of the field to reference...
-
The problem of routing redirection using navigator in weex
this page
web
web
now I particularly hope that the jump can be displayed normally on the mobile end. If there is a big god who knows it, I hope I can help .
...
-
How to get WXSDKInstance in custom IActivityNavBarSetter in weex android version?
Weex provides WXNavigatorModule for navigation control, and the corresponding method can be customized by setting the IActivityNavBarSetter API. Navigation control needs to get the Activity, of the current operation, but this interface IActivityNavBarSe...
-
The weex plug-in has been successfully installed and cannot be used
I used weex to build the project for the first time install the weex plug-in and run weexpack plugin add nat-media-image
there is a json file in the plugins directory. there is a list of plug-ins { "type ": "maven ", "groupId ": "com.instapp.n...
-
The weex switch component does not support vMurModel. how to solve it?
as mentioned above, the, weex switch component does not support vMurmodel. how to solve it, gods ...
-
How to try the Mixin? of Vue when Weex is on the non-web side
how to try the Mixin? of Vue on the non-web side of Weex ...
-
Dynamic acquisition of src by image of weex
but I think according to the requested data, dynamic rendering, pictures need different values, I don t know what to do ask to help give a demo better, thank you!
...
-
Problems in the use of weex vuex
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 ...
-
Weex debug
execute weex debug to open the chrome debugging page, but the error on this page causes the debugging code not to open
...
-
How do I call native methods after Weex is downgraded to H5?
now the page can load the layout of weex or H5 and render successfully, but when rendering in the form of H5, the native method cannot be called. for example: 1, implement a test method in the native project 2, I implement const nativeApi = weex.requi...
-
Why must weex be based on Android SDK version 23
weex official document shows: Android SDK version 23 (compileSdkVersion in build.gradle) SDK build tools version 23.0.1 (buildToolsVersion in build.gradle)
question 1. Why must be based on Android SDK version 23 and SDK build tools version 23.0...
-
Invalid weex1.2.9 settings entry file?
after weex-toolkit is updated to 1.2.9, setting the entry file app.js, in webpack.common.conf.js cannot be executed. Previous versions did not have this problem
the following is the code: const webEntry = {}; const weexEntry = {};
const we...
-
Weex development environment installation failed
error installing Times
$ yarn global add weex-toolkit
yarn global v1.2.1
[1 4] Resolving packages...
warning weex-toolkit > weex-builder > babel-preset-es2015@6.24.1: ? Thanks f
or using Babel: we recommend using babel-preset-env now: please rea...
-
Weex-builder packing weex, leads to. Js heap overflow problem
with the increasing number of weex project files, the packaging command for weex-buildr has been thrown: CALL_AND_RETRY_LAST Allocation failed-JavaScript heap out of memory. it is said on the Internet that it is the memory limit of v8, so you have to ma...
-
How weex native customizes or modifies userAgent?
you can get an empty value of userAgent in weex.config.env.userAgent, but a series of parameters such as phone model plus system version are directly assigned and modified when you request the interface. The print shows that it is changed, but it is not...
-
Scan the QR code with playground after weex src/index.vue and load it all the time.
< H1 > create a project < H1 >
weex debug src index.vue
< H1 > scan with playground < H1 >
display scan the first QR code with playground, and then scan the second QR code with playground. playground is loading all the time and cannot render the co...
-
How to introduce h5 into weex-picker
weex-picker only supports picker on the web side of weex. How to introduce https: github.com weexteam w....