WeChat Demo implemented by Quick App
Welcome everyone to learn fast application development together
Current progress
Getting Started Tutorial
Problems discovered in quick application development:
CSS issues
- The default is flex layout, and there is no need to display css settings;
- Be sure to read the documentation. Some attributes are not supported. For example,
justify-content
does not support space-around
Layout issues
- After the custom layout is imported into the parent layout, the default width and height will still be the screen size, and it is not limited to the width and height of the parent layout.
event
DOM
- Cannot operate on document, such as document.getElementById
- DOM can only be manipulated after onReady
- $element(id) cannot modify style directly
MVVM
- The attribute values of the VM must be modified before onInit. Modification after waiting for onReady will be invalid and the view cannot be updated.
Welcome everyone to follow快应用栈
Stack official account