Giter Club home page Giter Club logo

quickapp-wechat's Introduction

快应用实现的微信Demo

欢迎大家一起学习快应用开发

目前进度

  • 基本UI
  • 详细功能

快应用开发中发现的问题:

CSS问题

  • 默认是flex布局,css就不用显示设置了;
  • 一定要看文档提示,有些属性不支持,比如 justify-content 不支持 space-around

布局问题

  • 自定义布局导入到父布局后默认宽高还是屏幕尺寸,并不是限制到父布局宽高

事件

  • 没有touch事件

DOM

  • 不能操作document,比如所document.getElementById
  • onReady后才能操作DOM
  • $element(id) 不能直接修改style

MVVM

  • VM的属性值必须在onInit之前修改好,等onReady后再修改无效,view不能更新

欢迎大家关注快应用栈公众号

quickapp-wechat's People

Contributors

yale8848 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

quickapp-wechat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.