We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ionic] - 基于Ionic的App+Web混合开发实践 (lizhonghui)
前段时间Team开发了一个App新项目,技术选型选用Ionic,发布了IOS和Android两个平台的版本。最近产品提出了这样的需求:- 把App所有或部分功能移植到Web端,嵌入到微信等做推广- App的迭代更新能快速同步至Web端项目里大部分代码虽然能直接复用,但App端和Web端运行容器环境毕竟有差异,直接代码移植显然不太合适,我们需要针对Web端重新构建。先列出最终项目目录结构如下:```...
移动端touch事件的封装 (mishe)
移动端touch事件的封装封装原生的touchstart,touchmove,touchend,touchcancel四个的事件,增加按下的时间识别,封装了相应的手势事件。 jquery_touch.jsjquery2+的插件,支持tap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Ionic] - 基于Ionic的App+Web混合开发实践 (lizhonghui)
移动端touch事件的封装 (mishe)
The text was updated successfully, but these errors were encountered: