-
Notifications
You must be signed in to change notification settings - Fork 7
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
微信小程序的一些坑 #21
Comments
补充几个:
这种数据结构,如果只改变innerObj 是不生效的。
3.wx.setNavigationBarTitle必须在onReady中设置 |
0.10.102800版更新1、可以通过getImageInfo获取图片宽高了,但是却不能跳转页面了。 |
1、本地图片无法在css的background显示,只能设在 |
@zhouwenbin 你好 麻烦问你一下 |
@cristaltina 不知道官方解决了没有 |
@zhouwenbin 额 这个问题我这里好了 之前我一onLoad就调用 |
@cristaltina 我试看看,感谢 |
|
setTextAlign 设置文字对齐方式居中效果无效 |
canvasToTempFilePath: fail canvas is empty,不清楚什么时候会报这个错,有时候有,有时候没有,和加载是否完成也没关系,因为我不写任何内容,只是用它来显示一张图片,有时也会报这个错。 |
我今天也遇到了 |
1、750rpx并不是全屏,模拟的效果和真机上的差别很大。
2、模拟器支持div、span等元素,真机上不支持。
3、模拟器对css的支持比较完整,真机只支持部分,但是文档没有列出来。
4、不支持file上传图片,只能通过wx.chooseImage,且无法获取图片宽高。
5、canvas只支持
context
,无法导出base64.The text was updated successfully, but these errors were encountered: