Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3模式下使用renderJs在线打包后 App无法打开 Android 5.1.1 #1373

Closed
Kole6 opened this issue Mar 3, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@Kole6
Copy link

Kole6 commented Mar 3, 2020

问题描述
v3模式下使用renderJs在线打包后 App的APP在 Android 5.1.1安装后无法打开进入首页

复现步骤
1.代码v3在线打包
2.在 Android 5.1.1安装 (无法打开进入首页)

vue文件如下:

<template>
	<view>
		<view id="container">
			<image src="/static/101.png" mode="widthFix" />
		</view>
		<view>
			<button type="primary" @click="html2canvas.onClick">保存</button>
		</view>
	</view>
</template>

<script>
	export default {
		methods: {
		}
	}
</script>
<script module="html2canvas" lang="renderjs">
	export default {
		mounted() {
			
		},
		methods: {
			onClick(event, ownerInstance) {
				console.log(333)
			}
		}
	}
</script>
@fxy060608 fxy060608 self-assigned this Mar 4, 2020
@fxy060608 fxy060608 added the bug Something isn't working label Mar 4, 2020
fxy060608 added a commit that referenced this issue Mar 4, 2020
@dcloudhdx
Copy link
Contributor

HBuilderX 2.6.3+ 已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants