Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imweb/mobile
library for mobile develop
https://github.com/imweb/mobile
Last synced: 26 days ago
JSON representation
library for mobile develop
- Host: GitHub
- URL: https://github.com/imweb/mobile
- Owner: imweb
- Created: 2014-05-22T06:17:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T09:01:27.000Z (over 9 years ago)
- Last Synced: 2024-12-20T03:34:08.299Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 580 KB
- Stars: 225
- Watchers: 51
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mobile
======Library for mobile develop.
#####Solve your problem
1.[Mobile开发经验沉淀](https://github.com/imweb/mobile/issues/2),欢迎 [Fork](https://github.com/imweb/mobile/fork) & [Pull Request](https://github.com/imweb/mobile/pulls) & [Issue](https://github.com/imweb/mobile/issues)。
+ [IOS7 白屏 bug](https://github.com/imweb/mobile/blob/master/docs/ios7-empty-screen.md)
+ [Android2.3 下transform失效](https://github.com/imweb/mobile/blob/master/docs/transform-not-work-under-android23.md)
+ [Listview 太长在手机上的性能问题](https://github.com/imweb/mobile/blob/master/docs/listview-toolong.md)
+ [手Q内多页面刷新](https://github.com/imweb/mobile/blob/master/docs/multipage-refresh.md)
+ [Tap点击穿透问题](https://github.com/imweb/mobile/blob/master/docs/tap-penetrate.md)
+ [IOS下页面input呼起软键盘导致fixed元素错位问题](https://github.com/imweb/mobile/blob/master/docs/ios-input-fixed.md)
+ [IOS8 闪屏问题](https://github.com/imweb/mobile/blob/master/docs/ios8-splash-screen.md)
+ [IOS 5+快速回弹滚动问题](https://github.com/imweb/mobile/blob/master/docs/ios5%2B-scroll.md)2.响应式开发
+ [rem实践](https://github.com/imweb/mobile/issues/3)3.性能优化
+ 图片优化
+ [Baseline and Progressive](https://github.com/imweb/mobile/issues/4)