-
week_sdk 0.16.0上运行,**weex.supports is not a function**
12-21 18:05:10.176 15263-15296/com.alibaba.weexTest E/weex: reportJSException >>>> instanceId:1, exception function:createInstance, exception:…
-
本文档已迁移至 https://weex-project.io/cn/references/modules/webview.html ,此处不再维护,谢谢。
[英文原文](http://alibaba.github.io/weex/doc/modules/webview.html)
# 概述
一系列的网页操作api,例如`goBack`、`goForward`和`reload`。
…
-
In `vue-loader` we hope to:
1. build weex js bundle through `app.vue?platform=weex`
2. automatically call `new Vue({ el: '#app', ...options })` through `app.vue?el=#app` in order to delete entry j…
-
Uncaught TypeError: Cannot read property 'chooseImage' of undefined
at Vue.chooseImage (circle_status.vue?a82a:89)
at weex$tap (circle_status.vue?f733:73)
at invoker (vue.runtime.esm.js…
-
### Your questions.
- https://www.jianshu.com/
- 之前的旧版本都是OK的,升级之后就有问题了。
- 页面使用了Vue的服务端渲染就不行,纯html+js的页面就可以
- 如图:点击进入网页无法进入,手动 weex.requireModule('webview').reload(webElement.ref);重新加载就可以
![imag…
-
请问 weex 中的web控件能和ios 交互吗,如果能,需要怎么做
-
您好,下载了项目,执行完npm run build之后,提示错误:
ERROR in ./src/entry/App.js?entry=true
Module not found: Error: Cannot resolve module '..App.vue' in F:\linkpal\weexProject\weex-frame-master\src\entry
…
-
#### 为什么是安卓,不是iOS?
> 本人是前端,略懂安卓,因为object-c语法晦涩所以iOS知识基本为0
#### 什么姿势开始?weex-toolkit? hybird?
>根据市面上已经做出来的产品或者demo来看,weex-toolkit📦的app性能太差,hybrid渐进的引入效果还不错,比如已经面向用户的【极客时间】app [链接](https://time.ge…
-
>本文来自尚妆Android团队[路飞](https://github.com/or0fun)
发表于[尚妆github博客](https://github.com/ShowJoy-com/showjoy-blog/issues/30),欢迎订阅!
>接入weex已有几个月,各方面都已慢慢完善。最近遇到一个点,先记录一下。后续会花时间整理一系列weex相关的文章。希望早点完成。
##…
-
```
import App from './index.vue';
import GCanvas from 'weex-gcanvas'
console.log(Vue.component)
Vue.component('gcanvas', GCanvas)
new Vue(
Vue.util.extend({
el: '#root'
}, App)
)
…