2019年6月4日

ionic4 路由跳转、ionic4 路由跳转传值 NavController 返回上一页 、NavController 回到根

摘要: 1、普通路由跳转 <ion-button [routerLink]="['/pinfo']"> 跳转到详情 </ion-button> <ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-back-button defaultHref 阅读全文

posted @ 2019-06-04 14:52 LoaderMan 阅读(5780) 评论(0) 推荐(0) 编辑

Ionic4.x ion-refresher 下拉更新

摘要: 官方文档:https://ionicframework.com/docs/api/refresher <ion-header> <ion-toolbar> <ion-title> Tab One </ion-title> </ion-toolbar> </ion-header> <ion-conte 阅读全文

posted @ 2019-06-04 14:45 LoaderMan 阅读(998) 评论(0) 推荐(0) 编辑

Ionic4.x ion-infinite-scroll 上拉分页加载更多

摘要: http服务: 阅读全文

posted @ 2019-06-04 14:38 LoaderMan 阅读(869) 评论(0) 推荐(0) 编辑

Ionic4.x ion-infinite-scroll 上拉分页加载更多

摘要: 1、ion-infinite-scroll 上拉分页加载更多(模 拟) 官方文档:https://ionicframework.com/docs/api/infinite-scroll <ion-content> <ion-list> <ion-item *ngFor="let item of da 阅读全文

posted @ 2019-06-04 14:21 LoaderMan 阅读(991) 评论(0) 推荐(0) 编辑

Ionic4.x Modal模态对话框以及 Modal 传值

摘要: 1、Modal 模态对话框简介 官方文档:https://ionicframework.com/docs/api/modal Modal模态对话框主要用于登录注册页面,我们可以把它理解为从页面底部弹出的另一个页 面。 2、Modal 模态对话框使用 比如我们想在 modal 页面中弹出另一个页面 1 阅读全文

posted @ 2019-06-04 14:04 LoaderMan 阅读(726) 评论(0) 推荐(0) 编辑

Ionic4.x Javascript 扩展 ActionSheet Alert Toast Loading 以及 ionic 手势相 关事件

摘要: 1、ActionSheet 官方文档:https://ionicframework.com/docs/api/action-sheet <ion-header> <ion-toolbar> <ion-buttons slot="start"> <ion-back-button defaultHref 阅读全文

posted @ 2019-06-04 11:00 LoaderMan 阅读(764) 评论(0) 推荐(0) 编辑

Ionic4.x Theming(主题) 增加内置主题 颜色 修改内置组件默认样式 修改底部 Tabs 背景颜色以及按钮颜色

摘要: 1、Ionic4.x Theming(主题) Ionic4.x 修改主题颜色的话需要在 src/theme/variables.scss 文件中修改。 https://ionicframework.com/docs/theming/advanced 2、Ionic4.x 增加内置主题颜色 找到 sr 阅读全文

posted @ 2019-06-04 10:27 LoaderMan 阅读(710) 评论(0) 推荐(0) 编辑

Ionic4.x 中的 UI 组件(UI Components) 侧边栏ion-menu组件以及底部tabs结合 侧边栏 ion-menu

摘要: 1、侧边栏 ion-menu 组件的基本使用 1、创建项目 ionic start myApp sidemenu 2、配置项目 属性 作用 可选值 side 配置侧边栏的位置 start end menuId 侧边栏的唯一标识 type 配置侧边栏的弹出方式 overlay, reveal, pus 阅读全文

posted @ 2019-06-04 09:36 LoaderMan 阅读(1447) 评论(0) 推荐(0) 编辑

导航