将ionic.project 重命名为 ionic.config.jsonjavascript
<script src="./jquery-3.2.1.min.js"></script> `
(./为当前路径,../为上级目录)html
安装camera插件报错(https://forum.ionicframework.com/t/unable-to-add-camera-plugin/92703)java
如何滚动到指定位置jquery
使用第三方类库git
ionic storage使用问题github
判断使用的平台typescript
全局属性定义json
表单验证app
pop view 参数回传ionic
// ionViewDidEnter(){ // document.querySelector("#app-tabs .show-tabbar")['style'].display = 'none'; // } // ionViewWillLeave() { // document.querySelector("#app-tabs .show-tabbar")['style'].display = 'flex'; // }
<ion-tabs id="app-tabs"> <ion-tab [root]="tab1Root" tabsHideOnSubPages="true" tabTitle="首页" tabIcon="home"></ion-tab> <ion-tab [root]="tab2Root" tabTitle="动态" tabIcon="star" tabBadge="3" tabBadgeStyle="danger"></ion-tab> <ion-tab [root]="tab3Root" tabTitle="推荐" tabIcon="heart"></ion-tab> <ion-tab [root]="tab4Root" tabTitle="定货车" tabIcon="contacts"></ion-tab> <ion-tab [root]="tab5Root" tabTitle="个人" tabIcon="contacts"></ion-tab> </ion-tabs>