Mobile device adaptation
- postcss px->vw
- rem
- rem
Common knowledge points on mobile
Horizontal and vertical screen
Discuss the best realization of judging horizontal and vertical screens✳️
- @media media inquiries
- window.matchMedia / matches
- window.innerHeight >= window.innerWidth
- window.orientation(rotation angle: 0/90/-90/180)
- screen.width / screen.height
Layout plan
webapp development
- URL Scheme
- chrome >=25 Android: intent
- ios >=9 IOS: unilink
- [JSBridge]()
Mobile compatible
- H5 video problem
- Handwriting player
Mobile test
Mobile terminal real machine debugging guide
- IOS: iPhone Open Web Inspector (Settings -> Safari -> Advanced -> Open Web Inspector)
- Andriod: mobile phone enters developer mode
- chrome remote debugging webview
- Agent tool debugging: charles / Weinre
Mobile terminal incurable diseases
Video problem
Mobile practice
- Audio and video playback
- Custom sharing
- Generate Mini Program QR Code
- WeChat built-in browser to clear cache
- Mobile H5 player compatible
- Full screen/non-full screen custom player
- swiper realizes special-shaped scrolling
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。