当前位置:网站首页>Colleague notes - small program entry point
Colleague notes - small program entry point
2020-11-09 15:25:00 【The wind of fallen leaves】
1. Small program upload pictures or videos need to be compressed , There are limits to the procedure , The data is too laggy to show up
Three methods :
One is to use the official interface wx.compressImage(Object object);
One is by compressing the size of the image , utilize canvas Redraw to get a compressed image ;
Finally, install third-party image compression package .
2.textarea Component keyboard occlusion problem ,, Because it's a problem with native components , Model for this textarea The impact of components is huge , When focusing input, the keyboard blocks the input , Not scrolling up as expected , Compatible solutions can be cumbersome ,( When the focus is triggered, let it be textarea, It's to let it go for view) Encapsulates a textarea( The principle passes view Tag to replace the status when you don't click input )
3. Unit conversion :
BaseInfo.winWidth = res.windowWidth / (res.windowWidth / 750);
BaseInfo.winHeight = res.windowHeight / (res.windowWidth / 750);
1rpx = ( Device width / 750) px
1px=2rpx
1rem=35rpx
( Style compatibility is still troublesome , Early typesetting or need to be cautious )
The screen width of the applet is fixed to 750rpx( namely 750 Individual physical pixels ), It's true on all devices ,1rpx=(screenWidth / 750)px, among screenWidth Is the actual width of the phone screen ( Company px), for example iphone6 Of screenWidth=375px, It's in iphone6 in 1rpx=0.5px
4. Compatibility of various models , For Android and ios Compatibility is still troublesome , The front layout is still very important , It's better to consider the later compatibility in typesetting ,ipad And the style of mobile phone is also different , therefore px Still need to be precise
5.video Component problems , Applet video Component can't listen for events that are up and down
video Components api The document looks like this :
tip: video Component is a native component created by the client , Its hierarchy is the highest , Cannot pass z-index Control level
tip: Please do not leave scroll-view、swiper、picker-view、movable-view Use in video Components
tip: css Animation is right video Invalid component
Small program video You can't control the hierarchy problem
6.wxss It can't be used es6 Language
7.background-image Property only supports connection with network address , Local address has no effect
8.data assignment , stay js It can be used directly this.data, But it needs to be used in small programs setData To assign
9. When the development is complete, realize Really can't be in wxml There's too much writing in it style style , Because some of the lower versions of the hand are even incompatible
10. Try not to use margin-bottom , When the element is at the bottom of the page , stay ios Maybe margin-bottom It will fail , So suggest , All use padding-bottom
11.wx.navigateTo A new window opens the page The new page has a return button ,wx.redirectTo Close current page , Jump to a page in the app The new page has no return button
12.view Forced line wrap white-space:pre-wrap;
13. When the video is enlarged and played, there is no available method for wechat applet , You need to write your own mask , Over the screen , Click the mask to make a pop-up window to enlarge and play
14. Pictures don't need to be masked and pop-up windows , Wechat has its own available methods
15. Applet recording pause and natural playback end api The timer can't be turned off
Click pause : In the pause method Clear timer End of natural play : In the playback timer, judge that the playback time is equal to the recording time and turn off the timer
版权声明
本文为[The wind of fallen leaves]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢

Arthas install quick installation document

spark学习(三)--内存管理和性能调优

MES system is different from traditional management in industry application

Openyurt in depth interpretation: how to build kubernetes native cloud edge efficient collaborative network?

A letter to myself

CAD2016软件安装教程

Programmers before and after buying a house, after reading has cried blind

Leetcode algorithm (1)

cad教程 cad2016安装教程
![[share] interface tests how to transfer files in post request](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[share] interface tests how to transfer files in post request
随机推荐
高质量的缺陷分析:让自己少写 bug
spark学习(三)--内存管理和性能调优
Openyurt in depth interpretation: how to build kubernetes native cloud edge efficient collaborative network?
深入探索 Android Gradle 插件的缓存配置
H5公众号点击内置浏览器的关闭(左上角的叉叉)监听到事件
A quick start to Shell Scripting
Arthas Install 快速安装文档
AutoCAD 2020 installation package & Installation Tutorial
Echart sets the spacing between columns
cad教程 cad2016安装教程
要我说,多线程事务它必须就是个伪命题!
程序员买房前后对比,看完后已哭瞎...
靠“小抄”进字节:拿到这份模板,薪资能翻倍
什么是网站【新四化】?
堆重启_uaf_hacknote
瞧瞧,这样的『函数』才叫 Pythonic
「代码整洁之道-程序员的职业素养」读书笔记
echart 设置柱子之间的间距
百万年薪架构师之路:谈应用系统架构设计
CAD2016软件安装教程