内容简介:Framework7 3.4.0 发布了,Framework7 是一个开源的全功能 HTML 框架,用于构建具有 iOS 和 Android 原生外观的混合移动应用程序或 Web 应用程序。同时 Framework7 也是独立的原型应用工具。Framework7 并不与所有平台兼容,它更多地专注于 iOS 和 Google Material 设计,带来最佳体验和简单性。此次更新内容包括:下载地址:
Framework7 3.4.0 发布了,Framework7 是一个开源的全功能 HTML 框架,用于构建具有 iOS 和 Android 原生外观的混合移动应用程序或 Web 应用程序。同时 Framework7 也是独立的原型应用工具。Framework7 并不与所有平台兼容,它更多地专注于 iOS 和 Google Material 设计,带来最佳体验和简单性。
此次更新内容包括:
-
Core
-
Added new
statusbarapp parameters: -
Added new
app.statusbarapp methods: -
androidOverlaysWebView(by defaultfalse) -
androidTextColor(by defaultblack) -
androidBackgroundColor(by defaultnull) -
app.statusbar.overlaysWebView(overlays) -
app.statusbar.setTextColor(color) -
New Route's
modulesparameter to load F7 modules before entering the route -
Added support to load F7 modules during runtime with new app methods:
-
New
lazyModulesPathapp parameter to specify lazy modules location -
New lazy component files in
lazy-components/package folder -
New
js/framework7-lazy.jsscript containing core version of Framework7 -
New
css/framework7-lazy.cssstyles containing core version of Framework7 -
New
app.loadModule(module)method to load F7 module -
New
app.loadModules([module])method to load array of F7 modules -
Lazy modules support
-
Router
-
Statusbar
-
Phenome
-
Lots of TypeScript definitions fixes and tweaks
-
Minor fixes
下载地址:
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- RxFluxArchitecture框架介绍1-基本功能实现
- iOS换肤功能的简单处理框架
- ThinkPHP实现支付宝接口功能 - ThinkPHP框架
- 一款功能强大的 PHP 开发框架
- LollipopGo开源游戏服务器框架--邮件功能demo
- 一文快速详解前端框架 Vue 最强大的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++标准模板库编程实战
Ivor Horton / 郭小虎、程聪 / 2017-1
《C++标准模板库编程实战》介绍最新的C++14标准的API、库和扩展,以及如何将它们运用到C++14程序中。在书中,作者Ivor Horton 则阐述了什么是STL,以及如何将它们应用到程序中。我们将学习如何使用容器、迭代器,以及如何定义、创建和应用算法。此外,还将学习函数对象和适配器,以及它们的用法。 阅读完本书之后,你将能够了解如何扩展STL,如何定义自定义类型的C++组件,你还将能够......一起来看看 《C++标准模板库编程实战》 这本书的介绍吧!